Not quite sure what "clone the repo" means? Here's what to do:
-
Do you have a folder on your computer where you usually code in? Great! If not, go ahead and create a
CODEfolder on your desktop. We will be working here for this tutorial. -
Open up a terminal window and navigate to the folder where you expect to do your coding (in this example "CODE")
cd ~/Desktop/CODE/ -
Clone the repository:
git clone https://github.com/jkbren/network-tutorial-csss19 -
Navigate into the repository:
cd network-tutorial-csss19 -
Install the software:
pip install -r requirements.txt -
Start up the jupyter notebook!
jupyter notebook
To install the software for this tutorial, clone the repo and run the following:
cd network-tutorial-csss19
pip install -r requirements.txt
Follow along in the jupyter notebook here!
Open an issue here and we'll add content!