layout | title | permalink |
---|---|---|
page |
Setup |
/setup/ |
You need to download some files to follow this lesson:
- Make a new folder in your Desktop (or anywhere else you like) called
python-bcb546
. Download from these links by saving in your web browser. Or if you are in a unix terminal you can usewget <url>
and replace the<url>
with the path to the file you wish to download. - Download the following files into this folder:
Or, you can pull from the course repository and change to the directory containing the data files:
cd BCB546-Spring2022
git pull origin main
cd course-files/python
Or if you haven't yet cloned the course repository:
git clone [email protected]:EEOB-BioData/BCB546-Spring2022.git
cd BCB546-Spring2021/course-files/python