diff --git a/docs/install.rst b/docs/install.rst index cbc2ab4d8..4441e5ca4 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -47,10 +47,14 @@ Check out the source code from `github `_ +Create a virtual environment using Python and activate it:: + + $ virtualenv env + $ source env/bin/activate + Then install:: - $ pip install virtualenvwrapper - $ mkvirtualenv ansible-runner + $ cd ansible-runner $ pip install -e . .. _builddist: @@ -58,7 +62,7 @@ Then install:: Build the distribution ---------------------- -To produce both wheel and sdist: +To produce both wheel and sdist:: make dist