File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,15 +183,15 @@ In your `djangogirls/requirements.txt` file you should add the following text:
183183
184184{% filename %}djangogirls/requirements.txt{% endfilename %}
185185```
186- Django= ={{ book.django_version }}
186+ Django~ ={{ book.django_version }}
187187```
188188
189189Now, run `pip install -r requirements.txt` to install Django.
190190
191191{% filename %}command-line{% endfilename %}
192192```
193193(myvenv) ~ $ pip install -r requirements.txt
194- Collecting Django= ={{ book.django_version }} (from -r requirements.txt (line 1))
194+ Collecting Django~ ={{ book.django_version }} (from -r requirements.txt (line 1))
195195 Downloading Django-{{ book.django_version }}-py3-none-any.whl (7.1MB)
196196Installing collected packages: Django
197197Successfully installed Django-{{ book.django_version }}
You can’t perform that action at this time.
0 commit comments