Skip to content

Commit

Permalink
Cleaned installer, moved docs dependencies. resolves #1
Browse files Browse the repository at this point in the history
  • Loading branch information
MindEarth committed Aug 11, 2021
1 parent 1d987f9 commit 90427c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ You need to have a running version of `Dask` on your system. Once you have it yo

If you already have [`scikit-mobility`](https://github.com/scikit-mobility/scikit-mobility) installed, skip the environment creation and run these commands from the skmob anaconda environment.

`mobilkit` by default will only install core packages needed to run the main functions. There are three optional packages of dipendencies (the `mobilkit[complete]` installs everything):
- `[viz]` will install `contextily`, needed to visualize map backgrounds in certain viz functions;
- `[doc]` will install all the needed packages to build the docs;
- `[skmob]` will install `scikit-mobility` as well.

<a id='installation_conda'></a>
### Install with conda
**TODO**
Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ Installation
If you already have `scikit-mobility <https://github.com/scikit-mobility/scikit-mobility>`_ installed, skip the environment creation and run these commands from the `skmob` anaconda environment.

`mobilkit` by default will only install core packages needed to run the main functions. There are three optional packages of dipendencies (the `mobilkit[complete]` installs everything):
* `[viz]` will install `contextily`, needed to visualize map backgrounds in certain viz functions;
* `[doc]` will install all the needed packages to build the docs;
* `[skmob]` will install `scikit-mobility` as well.

Test the installation
=====================

Expand Down

0 comments on commit 90427c0

Please sign in to comment.