https://github.com/andersinno/practical-python-workshop
https://github.com/andersinno/practical-python-workshop
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andersinno/practical-python-workshop
- Owner: andersinno
- Created: 2019-04-17T06:48:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:35:22.000Z (over 3 years ago)
- Last Synced: 2025-05-14T11:38:41.223Z (about 1 year ago)
- Language: Python
- Size: 149 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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