Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Kulyov <[email protected]>
  • Loading branch information
staticf0x and pkulev committed Oct 27, 2023
1 parent 9e57805 commit a605db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Setup the environment

1. Clone the repo: `git clone [email protected]:python-lsp/python-lsp-server.git`
2. Create the virtual environment: `python3 -m virtualenv .venv`
2. Create the virtual environment: `python3 -m venv .venv`
3. Activate: `source .venv/bin/activate`

Create a helper script to run the server without the need to `pip3 install` it
Expand Down

0 comments on commit a605db2

Please sign in to comment.