Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ recommended. Issue the following commands at the system prompt:
virtualenv myproject

Respectively, these commands: install the ``virtualenv`` program
(using ``pip``) and create an isolated python environment for this
(using ``pip``) and create an isolated Python environment for this
project (named ``myproject``.)

To activate ``myproject`` environment at the system prompt, use the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ recommended. Issue the following command at the system prompt:
virtualenv myproject

Respectively, these commands: install the ``virtualenv`` program
(using ``pip``) and create an isolated python environment for this
(using ``pip``) and create an isolated Python environment for this
project (named ``myproject``.)

To activate ``myproject`` environment at the system prompt, use the
Expand Down