Newer
Older
TODO: Update this file
# Use model without installation
For developing
## Virtual environment (optional)
```
python3 -m venv venv
source venv/bin/activate
```
```
python3 -m pip install pip setuptools wheel
python3 -m pip install -e .
```
If you are developing this package,
```
python3 -m pip install pip setuptools wheel
python3 -m pip install -e ".[dev]"
```