Skip to content

jprimeau/pyt-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python 101 Course (PYT-01) - Introduction to Python

The only requirements are Python 2.7 and pytest. However, it is strongly suggested to use virtualenv to manage required packages.

On Ubuntu/Debian: $ sudo apt-get install virtualenv virtualenvwrapper $ git clone git@github.com:jprimeau/pyt-01.git $ cd pyt-01 $ mkvirtualenv pyt-01 $ setvirtualenvproject pyt-01 . $ workon pyt-01 $ pip install pytest

About

Python 101 Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages