How to activate your virtual environment

pull/390/head
Simon Willison 2018-11-14 16:54:54 -08:00 zatwierdzone przez GitHub
rodzic d0393e821e
commit 5e3a432a0c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,8 @@ The next step is to create a virtual environment for your project and use it to
cd datasette
# Create a virtual environment in venv/
python3 -mvenv venv
# Now activate the virtual environment, so pip can install into it
source venv/bin/activate
# Install Datasette and its testing dependencies
pip install -e .[test]