Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed May 12, 2024
1 parent f00c77a commit b061572
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,19 @@ bytecode.
* sphinx (for docs)
* sphinx_rt_theme (for docs)

You can create a conda env using the following:

```
$ conda env create -n numba-rvsdg python=3.12 python-graphviz pyyaml pytest sphinx sphinx_rtd_theme
$ conda activate numba-rvsdg
```

If you have `make` and `conda` available, a common workflow could be:
If you have `make` and `conda` available, a common setting up workflow could
be:

```
$ make conda-env # setup conda environment
$ conda activate numba-rvsdg # activate it
$ make conda-install # install dependencies
$ make # lint, build and test the project
```

Feel free to look at the `makefile` for low-level commands.
Feel free to look at the
[`makefile`](https://github.com/numba/numba-rvsdg/blob/main/makefile) for all
development commands.

## references

Expand Down

0 comments on commit b061572

Please sign in to comment.