Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andersinno/practical-python-workshop


https://github.com/andersinno/practical-python-workshop

Last synced: about 16 hours ago
JSON representation

Awesome Lists containing this project

README

        

Practical Python -workshop
==========================

Prerequisites
-------------

* [Python 3.6](https://tutorial.djangogirls.org/en/python_installation/)
* [virtualenv](https://docs.python.org/3/library/venv.html#creating-virtual-environments)

Setup
-----

* Clone or download this repository
* Create new virtualenv for this project and enable it
* Install requirements `pip install -r requirements.txt`
* Ensure the environment works by running `test.py` from this repository