https://github.com/digitalcircuit/phrasal-appraisal
Phrase template builder (work-in-progress)
https://github.com/digitalcircuit/phrasal-appraisal
Last synced: over 1 year ago
JSON representation
Phrase template builder (work-in-progress)
- Host: GitHub
- URL: https://github.com/digitalcircuit/phrasal-appraisal
- Owner: digitalcircuit
- Created: 2017-04-19T11:13:02.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T02:42:50.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T09:33:12.446Z (over 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
Phrasal Appraisal
===============================
Getting Started
---------------
- Change directory into your newly created project.
cd phrasal_appraisal
- 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]"
- Run your project's tests.
env/bin/pytest
- Run your project.
env/bin/pserve development.ini