Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7022a9f

Browse files
author
Surya Teja Reddy Valluri
committed
Fixed typos/grammer
1 parentfb856c1 commit7022a9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎docs/dev/virtualenvs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ the prompt (e.g. ``(venv)Your-Computer:your_project UserName$)`` to let you know
264264
that it's active. From now on, any package that you install using pip will be
265265
placed in the ``venv`` folder, isolated from the global Python installation.
266266

267-
Forwindows, same command which is mentioned in step 1 can be used for creation of virtual environment. But, to activate, we use the following command.
267+
ForWindows, same command which is mentioned in step 1 can be used for creation of virtual environment. But, to activate, we use the following command.
268268

269-
Assuming that, you are in project directory:
269+
Assuming that you are in project directory:
270270

271271
..code-block::powershell
272272
@@ -296,7 +296,7 @@ littered across your system, and its possible you'll forget their names or
296296
where they were placed.
297297

298298
..note::
299-
Python has includedvirtual environmentmodule from 3.3.It works in the simliar way as mentioned above.For details: `venv<https://docs.python.org/3/library/venv.html>`_.
299+
Python has includedvenvmodule from 3.3. For more details: `venv<https://docs.python.org/3/library/venv.html>`_.
300300

301301
Other Notes
302302
~~~~~~~~~~~

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp