forked from sqozz/sem6000
Merge branch 'master' of ssh://git.geekify.de:1421/sqozz/sem6000
This commit is contained in:
commit
21433a3d20
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
```
|
||||
$ git clone … sem6000
|
||||
$ cd sem6000
|
||||
$ virtualenv -p python3 python3_venv
|
||||
$ . ./python3_venv/bin/activate
|
||||
$ pip3 install -r requirements.txt
|
||||
$ python3 example.py
|
||||
```
|
Loading…
Reference in a new issue