Poirazi-Lab / mouse2afc

GNU General Public License v3.0
1 stars 4 forks source link

Clarify guide #9

Closed stumpychloe closed 5 months ago

stumpychloe commented 6 months ago
    • [ ] Change steps:
1. Download & install Anaconda or Miniconda.
2. Download the environment configuration file for your Operating System and create a virtual environment with it by executing the following commands in the “Anaconda Prompt”.

Windows 10: environment-windows-10.yml (right click->Save Link as):

conda env create -f utils/environment-windows-10.yml
Ubuntu 17.10 and up: environment-ubuntu-17.10.yml (right click->Save Link as):

conda env create -f utils/environment-ubuntu-17.10.yml
Mac OSx: environment-macOSx.yml (right click->Save Link as):

conda env create -f utils/environment-macOSx.yml

3. conda activate pybpod-environment
4. Verify conda environment is activated
... 
    • [ ] typo 'yeilds' lol
    • [ ] Rename "\<REPONAME>" to "pybpod" everywhere in guide
    • [ ] Change "Clone outside of pybpod" to
cd ../
    • [ ] Embed Note about emulator mode in Pybpod section into step 4 of Running the protocol in PyBpod section