22 lines
237 B
Markdown
22 lines
237 B
Markdown
# Test Project
|
|
|
|
A test project for WTIsMyCode development and testing.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install -e .
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
test-project
|
|
```
|
|
|
|
## Development
|
|
|
|
Install development dependencies:
|
|
|
|
```bash
|
|
pip install -e ".[dev]" |