|
преди 7 години | |
---|---|---|
tracim | преди 7 години | |
.coveragerc | преди 7 години | |
.gitignore | преди 7 години | |
CHANGES.txt | преди 7 години | |
MANIFEST.in | преди 7 години | |
README.txt | преди 7 години | |
development.ini.sample | преди 7 години | |
production.ini | преди 7 години | |
pytest.ini | преди 7 години | |
setup.py | преди 7 години |
tracim
======
Getting Started
---------------
- Change directory into your newly created project.
cd tracim
- 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 ".[testing]"
- Configure the database.
env/bin/initialize_tracim_db development.ini
- Run your project's tests.
env/bin/pytest
- Run your project.
env/bin/pserve development.ini