https://github.com/reiddraper/issues
https://github.com/reiddraper/issues
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/reiddraper/issues
- Owner: reiddraper
- License: bsd-2-clause
- Created: 2014-03-04T16:13:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T23:36:50.000Z (almost 11 years ago)
- Last Synced: 2025-03-11T11:51:43.070Z (over 1 year ago)
- Language: Python
- Size: 333 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Issues
```shell
virtualenv env
source ./env/bin/activate
pip install -r requirements.txt
python setup.py install
```