-
Notifications
You must be signed in to change notification settings - Fork 72
Installation
Thomas Pollet edited this page Apr 5, 2020
·
6 revisions
The package can be installed as usual:
python3 -m pip install safrs
To run the examples, you should clone the repository and install the dependencies (from the examples/requirements.txt), for example with virtualenv:
virtualenv safrs_test
source safrs_test/bin/activate
git clone https://github.com/thomaxxl/safrs
cd safrs
pip3 install -r examples/requirements.txt
then you can run the examples like this:
PYTHONPATH=. python3 examples/demo_pythonanywhere_com.py 192.168.1.16