sem6000/README.md

8 lines
169 B
Markdown
Raw Permalink Normal View History

2018-08-11 00:39:26 +02:00
```
$ git clone … sem6000
$ cd sem6000
$ virtualenv -p python3 python3_venv
$ . ./python3_venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 example.py
```