The official PySimAvr Home Page is located at http://fabricesalvaire.github.io/PySimAvr
The latest documentation build from the git repository is available at readthedocs.org
Written by Fabrice Salvaire.
PySimAvr requires the following dependencies:
- Python 3
For development, you will need in addition:
PySimAvr is made available on the PyPI repository at https://pypi.python.org/pypi/PySimAvr
Run this command to install the last release:
pip install PySimAvrThe PySimAvr source code is hosted at https://github.com/FabriceSalvaire/PySimAvr
To clone the Git repository, run this command in a terminal:
git clone git@github.com:FabriceSalvaire/PySimAvr.gitThen to build and install PySimAvr run these commands:
python setup.py build python setup.py install