Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
systemallica committed Jul 25, 2020
1 parent d6afe23 commit ffbd912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pip install mercs-mixed

Dask is a required dependency that needs to be installed separately:
```
python -m pip install "dask[complete]"
python -m pip install "dask[delayed]"
```

## Website
Expand Down
2 changes: 1 addition & 1 deletion deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git clone https://github.com/systemallica/mercs

The project uses [Poetry](https://python-poetry.org) as dependency manager, which also creates a `virtualenv` automatically on install. So all you need to do is `poetry install`.

[Dask](https://dask.org) needs a special installation, so you also need to run `python -m pip install "dask[complete]"`.
[Dask](https://dask.org) needs a special installation, so you also need to run `python -m pip install "dask[delayed]"`.

You can now navigate to the `/tests` folder and write your own experiments.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pip install mercs-mixed

Dask is a required dependency that needs to be installed separately:
```
python -m pip install "dask[complete]"
python -m pip install "dask[delayed]"
```

## Website
Expand Down

0 comments on commit ffbd912

Please sign in to comment.