Skip to content

Commit

Permalink
Fix installation instructions for Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 5, 2018
1 parent 66bf8ab commit a1001d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Then install ``ico`` Python package and its dependencies:

.. code-block:: console
git clone # ...
cd Smart-Contracts
git clone --recursive git@github.com:TokenMarketNet/ico.git
cd ico
python3.5 -m venv venv
source venv/bin/activate
pip install wheel
Expand Down

0 comments on commit a1001d1

Please sign in to comment.