Skip to content

miketwenty1/pt-exercises

 
 

Repository files navigation

Pre-Requisites

Install python 3.9 or above on your machine:

Install pip:

Download this script: https://bootstrap.pypa.io/get-pip.py

Run (you may need to specify python3 if you also have python2 installed)

$ python get-pip.py

Install git:

https://git-scm.com/downloads

Install virtualenv:

$ pip install virtualenv

Download requirements

$ git clone https://github.com/jimmysong/pt-exercises
$ cd pt-exercises
$ virtualenv -p python3 .venv

Linux/OSX:

$ . .venv/bin/activate
(.venv) $ pip install -r requirements.txt

Windows:

> .venv\Scripts\activate.bat
> pip install -r requirements.txt

Run jupyter notebook

(.venv) $ jupyter notebook

Navigate to Session 0 and Go through the work!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.3%
  • Jupyter Notebook 14.4%
  • HTML 5.9%
  • SCSS 3.5%
  • JavaScript 2.7%
  • CSS 0.2%