Skip to content

Commit

Permalink
Use updated python version in virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav committed Jan 11, 2024
1 parent 6359f3e commit d496739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/contributing/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ Python "venv" with all dependencies and commands installed into it.
$ git clone --recursive https://github.com/edgedb/edgedb.git
#. Create a Python 3.10 virtual environment and activate it:
#. Create a Python 3.11 virtual environment and activate it:

.. code-block:: bash
$ python3.10 -m venv edgedb-dev
$ python3.11 -m venv edgedb-dev
$ source edgedb-dev/bin/activate
#. Build edgedb (the build will take a while):
Expand Down

0 comments on commit d496739

Please sign in to comment.