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