Syntax highlighting of 45d9337 ~( python/python-on-windows)
# Python on Windows ## Python Install Python from Microsoft Store Install Pipenv with pip `pip install pipenv` Add path to pipenv to environment variables > C:\Users\nmix\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts ## Atom https://atom.io/ Useful packages: * `vim-mode-plus` * `vim-mode-plus-keymaps-for-surround` * `platformio-ide-terminal` ## Glances https://nicolargo.github.io/glances/ ```bash pipenv install glances pipenv install windows-curses glances ```
