Installation instructions
-
Please download and install the Anaconda python distribution installer found at:
https://www.anaconda.com/download/
This single download, when run, installs the python programming language, conda installer, Anaconda Navigotor, and many python packages.
-
Download the files for today's class from my github page at:
https://github.com/burkesquires/python_biologist
2.1 Download all files in the repository by clicking on the green button and clicking download zip
2.2 Uncompress the zip archive
2.3 Move python_biologist_master folder to desktop
To setup your computer to write programs using the python programming language:
-
Download the Anaconda Distribution here:
-
Install the distribution in your home directory. You should not need any admin privileges for this.
To start the Jupyter notebook:
- From the Anaconda Navigator click "Jupyterlab"
- From the terminal type "jupyter lab" or "./anaconda3/bin/jupyter lab"