diff --git a/README.md b/README.md index 93fd9621..d4a7832f 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ You will need: - `python` 3.8 or greater: [https://www.python.org/downloads/](https://www.python.org/downloads/) -Install the synthetic data package: +Install the synthetic data package (as part of `autora`): ```shell -pip install -U "autora[synthetic-data]" --pre +pip install -U "autora" --pre ``` > 💡We recommend using a `python` environment manager like `virtualenv`. diff --git a/docs/Example.ipynb b/docs/Example.ipynb index 754c6de7..79323889 100644 --- a/docs/Example.ipynb +++ b/docs/Example.ipynb @@ -14,7 +14,7 @@ "outputs": [], "source": [ "# Uncomment the following line when running on Google Colab\n", - "# !pip install \"autora[synthetic-data]\" --pre" + "# !pip install \"autora\" --pre" ] }, { diff --git a/docs/index.md b/docs/index.md index 126fb6b2..c53250b3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@ You will need: Install the synthetic data package: ```shell -pip install -U "autora[synthetic-data]" --pre +pip install -U "autora" --pre ``` !!! success diff --git a/mkdocs.yml b/mkdocs.yml index b6437c2e..2f61f2a6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ INHERIT: mkdocs/base.yml # use the shared AutoRA configuration by default site_name: AutoRA Synthetic Data -repo_url: 'https://github.com/AutoResearch/autora-synthetic-data' +repo_url: 'https://github.com/AutoResearch/autora-synthetic' nav: - Introduction: 'index.md'