Skip to content

Commit

Permalink
Update python-plugins docs
Browse files Browse the repository at this point in the history
  • Loading branch information
najose committed Sep 14, 2023
1 parent 1df3d0d commit 0452784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/extending_infra_tester.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You can install the plugin host by installing the `infra-tester-plugins` PIP pac

As of now, you can install the plugin host through PIP using the following command:
```shell
pip install "git+https://github.com/schrodinger/infra-tester.git#subdirectory=plugins/"
pip install "git+https://github.com/schrodinger/infra-tester.git#subdirectory=python-plugins/"
```

We are currently looking into adding this package to the official PIP registry.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Once *infra-tester* is set up, run the [example tests](https://github.com/schrod

# Install plugin example assertions to run test
$ pip install \
"git+https://github.com/schrodinger/infra-tester.git#subdirectory=plugins/" \
"git+https://github.com/schrodinger/infra-tester.git#subdirectory=python-plugins/" \
"git+https://github.com/schrodinger/infra-tester.git#subdirectory=example/plugin-example/"

# Run the tests
Expand Down

0 comments on commit 0452784

Please sign in to comment.