Update pip install instructions to work for Windows and zsh user (#9346)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
pull/9371/head^2
seyiadel 2022-10-25 07:04:14 +01:00 zatwierdzone przez GitHub
rodzic aea9f14558
commit bd83ef5f4e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -647,6 +647,7 @@ Contributors
* Mary Ayobami
* Bolarinwa Comfort Ajayi
* Mary Ojo
* Oluwaloseyi Adeleye
Translators
===========

Wyświetl plik

@ -29,7 +29,7 @@ cd wagtail
**With your preferred virtualenv activated,** install the Wagtail package in development mode with the included testing and documentation dependencies:
```sh
pip install -e '.[testing,docs]' -U
pip install -e ."[testing,docs]" -U
```
Install the tool chain for building static assets: