Skip to content

ReDI-School/python-data-science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-data-science

Install git

$ sudo apt-get install git

Create a public key to connect automatically to Github (optional)

$ ssh -vT [email protected] $ ls -al ~/.ssh $ ssh-keygen -t rsa -b 4096 -C “[email protected]” # Press enter 3 times until getting the key randomart $ pbcopy < ~/.ssh/id_rsa.pub

Go to our profile in Github (optional)

settings -> ssh keys -> add key -> past -> add key Paste the public key (ctrl + v)

Check if now we have a public key (optional)

$ ssh -vT [email protected]

Fork our course repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •