Skip to content

Code to use in Nanobio1 course at UCPH, fall semester 2019

License

Notifications You must be signed in to change notification settings

hatzakislab/nanobio1_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanobio1_2019

Code to use in Nanobio1 course at UCPH, fall semester 2019

Setup instructions

Getting the scripts to your computer

Downloading "the old way"

  1. Click the green button that says Clone or Download and click "Download ZIP"
  2. 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
  3. Unpack the ZIP file

Using the git software (advanced)

  1. First make sure you have git installed. There is a nice guide here
  2. Use your terminal to navigate to the folder you want your code in
  3. run git clone https://github.com/hatzakisgroup/nanobio1_2019.git

Install all packages necessary

  • 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

About

Code to use in Nanobio1 course at UCPH, fall semester 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published