Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ergo/ddtrace_pyramid
https://github.com/ergo/ddtrace_pyramid
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ergo/ddtrace_pyramid
- Owner: ergo
- Created: 2021-10-21T10:56:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T10:59:00.000Z (about 3 years ago)
- Last Synced: 2024-11-05T11:49:53.924Z (about 2 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
ddtracer_test
=============Getting Started
---------------- Change directory into your newly created project if not already there. Your
current directory should be the same as this README.txt file and setup.py.cd ddtracer_test
- Create a Python virtual environment, if not already created.
python3 -m venv env
- Upgrade packaging tools, if necessary.
env/bin/pip install --upgrade pip setuptools
- Install the project in editable mode with its testing requirements.
env/bin/pip install -e ".[testing]"
- Run your project's tests.
env/bin/pytest
- Run your project.
env/bin/pserve development.ini