mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-22 16:13:24 +00:00
Fixes issue #15. All tests successful with Python3.9. Review required though
This commit is contained in:
@@ -62,7 +62,7 @@ Set Up Your Local Machine. Here's How.
|
||||
$ virtualenv -p $(which python3.6) NEW_ENV_NAME
|
||||
$ . NEW_ENV_NAME/bin/activate
|
||||
|
||||
Be sure to use Python 3.6.x as the Python version for your virtualenv. The virtualenv creation process will actually get the
|
||||
Be sure to use Python 3.9.x as the Python version for your virtualenv. The virtualenv creation process will actually get the
|
||||
latest ``pip``, ``wheel`` and ``setuptools`` and put them inside the new virtualenv.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user