Skip to content

Commit

Permalink
add pip details
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfell committed Feb 1, 2024
1 parent 8e97270 commit 992b0a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ This package includes modules to describe the initial flow cell setup, chemical

## Installation

`rfbzero` can be installed from GitHub:
`rfbzero` can be installed from [PyPI](https://pypi.org/project/rfbzero/) using pip.

```bash
git clone git@github.com:ericfell/rfbzero.git
pip install rfbzero
```

See [Getting started with `rfbzero.py`](https://rfbzero.readthedocs.io/en/latest/getting-started.html) for instructions on simulating RFBs.
Expand Down
6 changes: 2 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ or contribute code improvements and
Installation
------------

The easiest way to install :code:`rfbzero.py` is
from PyPI https ????
using pip:
:code:`rfbzero.py` can be installed from `PyPI <https://pypi.org/project/rfbzero/>`_ with pip:

.. code-block:: bash
pip install ??
pip install rfbzero
Expand Down

0 comments on commit 992b0a6

Please sign in to comment.