mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Check virtualenv installation, close #657
This commit is contained in:
committed by
Abhishek Kumar Singh
parent
9de13b1cd5
commit
d6789d22f1
@@ -24,6 +24,12 @@ Install virtualenv via pip:
|
|||||||
|
|
||||||
$ pip install virtualenv
|
$ pip install virtualenv
|
||||||
|
|
||||||
|
Test your installation
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
$ virtualenv --version
|
||||||
|
|
||||||
Basic Usage
|
Basic Usage
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user