Code to use in Nanobio1 course at UCPH, fall semester 2019
- Click the green button that says Clone or Download and click "Download ZIP"
- Move the ZIP file to wherever you want the code to be (Let's say 'myusername/Documents/nanoscience-kurser/nanobio1/kode'), depending on how you want it to work
- Unpack the ZIP file
- First make sure you have git installed. There is a nice guide here
- Use your terminal to navigate to the folder you want your code in
- run
git clone https://github.com/hatzakisgroup/nanobio1_2019.git
- If you use anaconda, navigate to your directory and run
conda install --file requirements.txt
- If you use pip (Mac and Linux users), navigate to your folder and run
pip install -r requirements.txt