Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 834 Bytes

conda.md

File metadata and controls

29 lines (20 loc) · 834 Bytes
  1. installed miniconda
  2. anaconda terminal:

cd ~/Users/jakce/chrome-dino/

  • conda --version
  • conda update conda -y
  • conda create --name chrome-dino -y
  • conda activate chrome-dino
  • conda info --envs
  • conda install -c conda-forge jupyterlab -y
  1. opened jupyter
  • jupyter-lab chrome-dino.ipynb
  1. additional dependencies

CUDA Toolkit 11.8 (GPU not necessary but why not)

Working with Windows for this since my Linux VM has no GPU passthrough TODO: set up using a python virtual environment rather than miniconda

Google Tesseract-OCR