trpg/README.md
2024-12-28 18:04:41 -05:00

16 lines
219 B
Markdown

```
python -m venv .venv
```
```
source ./.venv/Scripts/activate
```
```
pip install tensorflow keras mypy numpy types-tensorflow
```
In settings, make sure to check `Run Using Active Interpreter` in mypy settings