InstallationΒΆ

Clone the project

git clone https://github.com/python-microservices/microservices-scaffold.git

Install your virtualenv

virtualenv --python=python[3.6|3.7|3.8] venv
source venv/bin/activate
pip install -r requirements.txt

Configure your project and the path of your MS. See configuration section.

Configure your setup.py with your project information