Skip to content

Commit

Permalink
chg: doc: install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed Jan 4, 2021
1 parent 6e279e3 commit 16bf73b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ run from the root folder

.. code-block:: bash
$ sudo python setup.py install
$ python3 setup.py install
or with ``pip``

.. code-block:: bash
$ sudo pip install git+https://github.com/rachmadaniHaryono/we-get
$ pip3 install git+https://github.com/rachmadaniHaryono/we-get
$ # or use --user flag to install in your home directory
$ pip3 install --user git+https://github.com/rachmadaniHaryono/we-get
Dependencies
Expand Down

0 comments on commit 16bf73b

Please sign in to comment.