CalBot/README.md

13 lines
153 B
Markdown
Raw Normal View History

2020-06-01 18:43:09 +01:00
# CalBot
2020-06-01 18:45:55 +01:00
Use a Python 3.8 venv. Install using...
```bash
python38 -m venv venv
source venv/bin/activate
pip install .
```
Run using...
```
calbot
```