Skip to content

Commit

Permalink
Fix typo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pkel committed Dec 21, 2022
1 parent 62475d7 commit 7484f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ works, you're ready to go.

`import cpr_gym` tries to detect editable installs. If so,
`cpr_gym_engine.so` is loaded from the OCaml build directory
(`./_build`). You can update rebuild the DLL with `make build`.
(`./_build`). You can rebuild the DLL with `make build`.

It might be useful to install all Python development dependencies with
`pip install -r requirements.txt`. Afterwards, you can run the full test
Expand Down

0 comments on commit 7484f89

Please sign in to comment.