Skip to content

Commit 1d7d150

Browse files
Updated README for v2.2.0.
1 parent 9f6e46b commit 1d7d150

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ then::
9292
mkdir "$VIRTUAL_ENV/djk-sample/fixtures/"
9393
python3 manage.py makemigrations club_app event_app
9494
python3 manage.py migrate
95+
apt install gettext
9596
python3 manage.py compilemessages
9697
python3 manage.py runserver
9798

@@ -160,11 +161,11 @@ Install Deno (optional)
160161

161162
Run PowerShell then invoke::
162163

163-
iwr https://deno.land/x/install/install.ps1 -useb | iex
164+
irm https://deno.land/install.ps1 | iex
164165

165166
set DENO_INSTALL=%userprofile%\.deno
166167

167-
environment variable.
168+
set the environment variable.
168169

169170
Mac OS X
170171
~~~~~~~~
@@ -224,7 +225,7 @@ Selenium tests
224225

225226
Inside project virtual environment install selenium 3.4 or newer::
226227

227-
pip3 install -r ./requirements/dev.txt
228+
pip3 install -r ./requirements/test.txt
228229

229230
To use `Bootstrap 3`_ version::
230231

0 commit comments

Comments
 (0)