testproject/README.md

40 lines
514 B
Markdown

# testproject
testproject
## Installation
```bash
pip install -e .
```
## Usage
*TODO: Add usage instructions*
## Documentation
Full documentation is available at: https://pages.brrd.tech/rob/testproject/
## Development
```bash
# Clone the repository
git clone https://gitea.brrd.tech/rob/testproject.git
cd testproject
# Create virtual environment
python -m venv .venv
source .venv/bin/activate
# Install for development
pip install -e ".[dev]"
# Run tests
pytest
```
## License
*TODO: Add license*