Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 758 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 758 Bytes

Docs for Agrobot

Setting up the environment

  • Install python 3.9
  • Install anaconda
  • Open Anaconda Prompt
    • run conda config --add channels conda-forge
    • run conda install jupyterlab jupyterlab-spellchecker nb_conda_kernels
    • create a new virutal environment (kernel): conda env create -f agrobotenv.yml (make sure that agrobotenv.yml is in the working directory)
    • Activate the environment with conda activate agrobot

Click here for a more detailed setup guide.