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