Tools for building mosaik scenarios
Project description
mosaik.ScenarioTools
Tools for building mosaik scenarios.
Status
Prerequisites
Under Windows:
- install Python 3.7 64 bit for all users
Under Ubuntu
apt install python3.7
Ensuring pip
python -m ensurepip
Creating the Virtual Environment
Under Linux
python3.8 -m venv venv
Under Windows
"C:\Program Files\Python38\python.exe" -m venv venv
Installing tox
python -m pip install --upgrade -r requirements.d/venv.txt
Installing Runtime Requirements
python -m pip install --upgrade -r requirements.d/base.txt
Testing
pytest
Freezing the Virtual Environment Requirements
Under Linux
venv/bin/python -m pip uninstall pkg_resources
venv/bin/python -m pip freeze --all --exclude-editable > requirements.d/venv.txt
# And remove line beginning with package name
Under Windows
venv\Scripts\python.exe -m pip freeze --all --exclude-editable > requirements.d/venv.txt
# And remove line beginning with package name
Freezing the Tox Requirements
Under Linux
.tox/py36/bin/python -m pip uninstall pkg_resources
.tox/py36/bin/python -m pip freeze --all --exclude-editable > requirements.d/base.txt
# And remove line beginning with package name
Under Windows
.tox\py36\Scripts\python.exe -m pip freeze --all --exclude-editable > requirements.d\base.txt
# And remove line beginning with package name
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for mosaik.ScenarioTools-0.1.0rc20210320010848-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0112c268ec899361619c90bed564ef9c1224aa3be73614caa97f8e37da3e1fb7 |
|
MD5 | 1096851a15a6cc1539ca32d4b1cc0c22 |
|
BLAKE2b-256 | 71bce616073ee79ed33a069740dfb280ed2762931b07ea32afe22233656928fa |