Skip to content

Commit

Permalink
Fix README dev install instructions typo (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Oct 6, 2023
1 parent 4d5869b commit f2efd66
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ fails due to a PyTorch bug on M1 MacBooks, run `poetry run pip install jupyter`.

You'll first want to create the visualisation in React. To do this, you can copy
the example from `/react/src/examples/Hello.tsx`. To view changes whilst editing
this (in [Storybook](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable)), run the following from the `/react/` directory:
this (in [Storybook](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable)),
run the following from the `/react/` directory:

```bash
yarn storybook
Expand All @@ -100,7 +101,11 @@ yarn storybook
#### Python

This project uses [Poetry](https://python-poetry.org/docs/#installation) for
package management. To install all rew
package management. To install run:

```bash
poetry install
```

Once you've created your visualization in React, you can then create a short
function in the Python library to render it. You can see an example in
Expand Down

0 comments on commit f2efd66

Please sign in to comment.