trpg/README.md
2024-12-28 18:01:52 -05:00

24 lines
269 B
Markdown

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