Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed May 4, 2021
1 parent f522579 commit 65abe8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
[Chapter 5](https://github.com/scidash/sciunit/blob/dev/docs/chapter5.ipynb) /
[Chapter 6](https://github.com/scidash/sciunit/blob/dev/docs/chapter6.ipynb) /

## Installation
```python
pip install sciunit
```
or
```python
conda install -c conda-forge sciunit
```

## Basic Usage
```python
Expand Down

0 comments on commit 65abe8e

Please sign in to comment.