Browse Source

added comment to python setup

master
Marc 2 weeks ago
parent
commit
b7568b1268
1 changed files with 4 additions and 1 deletions
  1. 5
      config.org

5
config.org

@ -1860,8 +1860,11 @@ npm install -g prettier
#+end_src
** Python
Preparations:
- create env:
m-x shell
python3 -m venv ./.env
- Install language server in *each* projects venv
source ./bin/activate
source ./.env/bin/activate
pip install pyright
- in project root:
touch .project.el

Loading…
Cancel
Save