blog/README.md

19 lines
233 B
Markdown
Raw Permalink Normal View History

2020-07-08 14:36:13 +02:00
# Project
## Install
```
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
```
## Run
```
source venv/bin/activate
python run.py
```
_Powered by [oshipka](https://gitlab.com/pisquared/oshipka)_