Skip to content

Commit

Permalink
Finalize the install process and make a note about it.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleveritt committed Mar 7, 2020
1 parent 608ab02 commit e4033b2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ html("""

## Development

To install locally:

```shell script
$ pip install -e .
```

If you want to run tests and build the Sphinx docs and their examples...that runs into [a problem with hyperpython's transitive dependencies](https://github.com/ejplatform/hyperpython/issues/4).
Thus:

```shell script
$ pip install toolz
$ pip install sidekick
$ pip install -e .[docs]
```


### Running Tests

```sh
Expand Down
17 changes: 0 additions & 17 deletions TODO.md

This file was deleted.

1 change: 0 additions & 1 deletion hyperpython_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
-r sidekick_requirements.txt
sidekick
1 change: 1 addition & 0 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sphinx:
python:
version: 3.8
install:
- requirements: sidekick_requirements.txt
- requirements: hyperpython_requirements.txt
- method: pip
path: .
Expand Down

0 comments on commit e4033b2

Please sign in to comment.