Getting StartedΒΆ

Install through git:

git clone https://github.com/FanThreeSixty/mockerena

Either you can install the project yourself or you can use the prepared scripts

To use the prepared scripts use:

cd mockerena
script/setup

To install dependencies yourself:

cd mockerena

# For Unix environments
virtualenv -p python3 venv
source venv/bin/activate

# For Windows environments
python -m venv venv/
venv/Scripts/activate.bat

pip install -r requirements.txt
pip install -e .

To run the project either use:

script/server

Or manually through:

python mockerena/app.py