https://github.com/opennti/nti.environments.management
https://github.com/opennti/nti.environments.management
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opennti/nti.environments.management
- Owner: OpenNTI
- License: other
- Created: 2020-01-15T02:34:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T18:05:49.000Z (about 3 years ago)
- Last Synced: 2025-03-11T02:51:48.425Z (over 1 year ago)
- Language: Python
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
NTI Environments Management
===========================
Getting Started
---------------
- Change directory into your newly created project.
cd nti.environments.management
- Create a Python virtual environment.
python3 -m venv env
- Upgrade packaging tools.
env/bin/pip install --upgrade pip setuptools
- Install the project in editable mode with its testing requirements.
env/bin/pip install -e ".[test]"
- Run your project's tests.
env/bin/pytest