mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update README.rst
This commit is contained in:
+2
-2
@@ -47,8 +47,8 @@ Basic Concepts
|
||||
- A virtualenv will automatically be created, when one doesn't exist.
|
||||
- When no parameters are passed to ``install``, all packages specified will be installed.
|
||||
- When no parameters are passed to ``uninstall``, all packages will be uninstalled.
|
||||
- To initialize a Python 3 virtual environment, run ``$ pipenv --three`` first.
|
||||
- To initialize a Python 2 virtual environment, run ``$ pipenv --two`` first.
|
||||
- To initialize a Python 3 virtual environment, run ``$ pipenv --three``.
|
||||
- To initialize a Python 2 virtual environment, run ``$ pipenv --two``.
|
||||
- Otherwise, whatever virtualenv defaults to will be the default.
|
||||
|
||||
Other Commands
|
||||
|
||||
Reference in New Issue
Block a user