Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thecharlieblake committed Nov 6, 2024
1 parent 7d5dfb8 commit 161b245
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ We're keen to help users with any problems they encounter.
To install the `unit-scaling` library, run:

```sh
pip install git+https://github.com/graphcore-research/unit-scaling.git
pip install unit-scaling
```
or for a local editable install (i.e. one which uses the files in this repo), run:

```sh
pip install -e .
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To install :code:`unit-scaling`, run:

.. code-block::
pip install git+https://github.com/graphcore-research/unit-scaling.git
pip install unit-scaling
Getting Started
---------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To install the :code:`unit-scaling` library, run:

.. code-block::
pip install git+https://github.com/graphcore-research/unit-scaling.git
pip install unit-scaling
For those who wish to develop on the :code:`unit-scaling` codebase, clone or fork our
`GitHub repo <https://github.com/graphcore-research/unit-scaling.git>`_ and follow the
Expand Down

0 comments on commit 161b245

Please sign in to comment.