Install
Prerequisites
The SSD project has the following dependencies:
Package |
Dependency |
Type |
Install |
---|---|---|---|
|
Required |
pip install peewee |
|
Required |
pip install numpy |
||
|
Optional |
Install
Install with pip
SSD can be easily installed with pip for users:
$ pip install git+https://github.com/mimesis-inria/SimulationSimpleDatabase.git
Then, you should be able to run:
import SSD
Install from sources
SSD can also be installed from sources for developers:
git clone https://github.com/mimesis-inria/SimulationSimpleDatabase.git SSD
cd SSD
pip install -e .
You should be able to run:
import SSD