Skip to content

Commit

Permalink
Small documentation change
Browse files Browse the repository at this point in the history
There will likely be a lot of small changes to the documentation
  • Loading branch information
volitank committed Oct 31, 2021
1 parent 6023ddc commit fc20e6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

`$ pip install https://github.com/volitank/pyshell/releases/download/v1.0.0.a1/pyshell-1.0.0a1.tar.gz`

To install the directly from the source code you can use

`$ pip install https://github.com/volitank/pyshell/archive/refs/heads/main.tar.gz`

# Usage

from pyshell import pyshell
Expand Down
6 changes: 6 additions & 0 deletions docs/source/sections/initial_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ or
$ pip install https://github.com/volitank/pyshell/releases/download/v1.0.0.a1/pyshell-1.0.0a1.tar.gz
To install the directly from the source code you can use

.. code-block:: console
$ pip install https://github.com/volitank/pyshell/archive/refs/heads/main.tar.gz
.. _initialization:

Initialization
Expand Down

0 comments on commit fc20e6c

Please sign in to comment.