Skip to content

PySpice-org/PyCpuSimulator

Repository files navigation

PySimAvr

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 PySimAvr@readthedocs-badge

Written by Fabrice Salvaire.

PySimAvr build status @travis-ci.org

PySimAvr license PySimAvr python version

PySimAvr last version PySimAvr format PySimAvr Download per month


Introduction

Installation

Dependencies

PySimAvr requires the following dependencies:

For development, you will need in addition:

Installation from PyPi Repository

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 PySimAvr

Installation from Source

The 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.git

Then to build and install PySimAvr run these commands:

python setup.py build python setup.py install

Releases

No releases published

Packages

No packages published