Skip to content

Commit

Permalink
refactor: make autora-synthetic part of the core package
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Jun 1, 2023
1 parent 5b331b9 commit 9f892c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion docs/Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9f892c3

Please sign in to comment.