We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e57805 commit a605db2Copy full SHA for a605db2
CONTRIBUTING.md
@@ -1,7 +1,7 @@
1
# Setup the environment
2
3
1. Clone the repo: `git clone git@github.com:python-lsp/python-lsp-server.git`
4
-2. Create the virtual environment: `python3 -m virtualenv .venv`
+2. Create the virtual environment: `python3 -m venv .venv`
5
3. Activate: `source .venv/bin/activate`
6
7
Create a helper script to run the server without the need to `pip3 install` it
0 commit comments