Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 355 Bytes

hsm-framework

Create Virtual Enviroment and install depencendies.

python3.7 -m virtualenv ~/python-venvs/hms-framework

Use virtual enviroment

source ~/python-venvs/hms-framework/bin/activate

Install dependencies

source ~/python-venvs/hms-framework python -m pip install -r requirements.txt

Build Package

python setup.py sdist