diff --git a/README.md b/README.md new file mode 100644 index 0000000..9929704 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file