https://github.com/typpo/schooldata
https://github.com/typpo/schooldata
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/typpo/schooldata
- Owner: typpo
- Created: 2016-06-09T02:46:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:22:22.000Z (over 3 years ago)
- Last Synced: 2025-01-26T18:29:28.270Z (over 1 year ago)
- Language: CSS
- Size: 556 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Set up your python dependencies
```
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```
Note that you'll have to `source venv/bin/activate` in each session when you
want to run your data pipeline.
## Set up your .env
```
cp example_dot_env .env
```