1. Installation¶
1.1. Dependencies¶
PyCpuSimulator requires the following dependencies:
- Python 3
For development, you will need in addition:
1.2. Installation from PyPi Repository¶
PyCpuSimulator is made available on the PyPI repository at https://pypi.python.org/pypi/PyCpuSimulator
Run this command to install the last release:
pip install PyCpuSimulator
1.3. Installation from Source¶
The PyCpuSimulator source code is hosted at https://github.com/FabriceSalvaire/PyCpuSimulator
To clone the Git repository, run this command in a terminal:
git clone git@github.com:FabriceSalvaire/PyCpuSimulator.git
Then to build and install PyCpuSimulator run these commands:
python setup.py build
python setup.py install