Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andersinno/practical-python-workshop
https://github.com/andersinno/practical-python-workshop
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/andersinno/practical-python-workshop
- Owner: andersinno
- Created: 2019-04-17T06:48:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:35:22.000Z (almost 2 years ago)
- Last Synced: 2024-03-26T18:22:40.128Z (8 months ago)
- Language: Python
- Size: 149 KB
- Stars: 0
- Watchers: 14
- 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