Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

readme.md

title Python
summary python config
tags
docs

Install python

In Windows,

choco install python

In Debian,

sudo apt install python

In Arch,

sudo pacman -S python

Install neovim package

pip install -g neovim

Install LSP

:MasonInstall python-language-server
:MasonInstall pyright

virtual envy

Linux

source ./.venv/bin/activate

Windows

./.venv/Scripts/activate.ps1