Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.16 KB

setup.md

File metadata and controls

23 lines (18 loc) · 1.16 KB
layout title permalink
page
Setup
/setup/

You need to download some files to follow this lesson:

  1. 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 use wget <url> and replace the <url> with the path to the file you wish to download.
  2. Download the following files into this folder:
    1. surveys.csv
    2. species.csv
    3. surveys_complete.csv

Or, you can pull from the course repository and change to the directory containing the data files:

  1. cd BCB546-Spring2022
  2. git pull origin main
  3. cd course-files/python

Or if you haven't yet cloned the course repository:

  1. git clone [email protected]:EEOB-BioData/BCB546-Spring2022.git
  2. cd BCB546-Spring2021/course-files/python