kopia lustrzana https://github.com/wagtail/wagtail
Make installing deps more stable
The old syntax works with bash, but not with zsh. The new syntax works with both.pull/3496/head
rodzic
285d9f0b43
commit
50a16c37db
|
@ -221,6 +221,7 @@ Contributors
|
|||
* Tom Hendrikx
|
||||
* Ralph Jacobs
|
||||
* Wietze Helmantel
|
||||
* Patrick Gerken
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
@ -31,7 +31,7 @@ With your preferred virtualenv activated, install the Wagtail package in develop
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install -e .[testing,docs] -U
|
||||
$ pip install -e '.[testing,docs]' -U
|
||||
|
||||
Install Node through nvm (optional):
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue