Skip to content

Update pip installation #764

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions notebooks/non_python_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"metadata": {},
"source": [
"### Install dependencies\n",
"While you can use Simvue and Multiparser individually to achieve the tracking and monitoring of Non-Python files, we recommend using the `simvue-integrations` package which wraps these both together into a handy `WrappedRun` class. Install this if you have not done so already:"
"While you can use Simvue and Multiparser individually to achieve the tracking and monitoring of Non-Python files, we recommend using the `simvue-connector` package which wraps these both together into a handy `WrappedRun` class. Install this if you have not done so already:"
]
},
{
Expand All @@ -43,7 +43,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install git+https://github.com/simvue-io/integrations.git"
"!pip install simvue-connector"
]
},
{
Expand Down Expand Up @@ -94,7 +94,7 @@
"metadata": {},
"outputs": [],
"source": [
"from simvue_integrations.connectors.generic import WrappedRun\n",
"from simvue_connector.connector import WrappedRun\n",
"import multiparser.parsing.tail as mp_tail_parser\n",
"import time\n",
"import pathlib\n",
Expand Down