https://github.com/dontsovcmc/metf-python-client
METF Python Client for testing MCU
https://github.com/dontsovcmc/metf-python-client
Last synced: 8 months ago
JSON representation
METF Python Client for testing MCU
- Host: GitHub
- URL: https://github.com/dontsovcmc/metf-python-client
- Owner: dontsovcmc
- License: mit
- Created: 2020-06-13T14:05:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T14:43:56.000Z (about 6 years ago)
- Last Synced: 2025-02-14T01:17:32.785Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
## Installation
[sudo] pip install -r requirements.txt
Install pip if not present:
1. win: https://bootstrap.pypa.io/get-pip.py
linux: sudo apt-get install python-pip python-dev build-essential
2. win: Add pip path to PATH (C:\Python27\Scripts)
3. win: Restart console
4. Execute in the console
## Create package
1. python build.py
or python setup.py sdist bdist_wheel
## Upload package
1. twine upload --repository pypi dist/*
twine config in the ~/.pypirc
## Build documentation
Uncomment requirements.txt lines for docs and run pip
[sudo] pip install -r requirements.txt
1. cd docs
2. make html