Skip to content

Commit

Permalink
add dev instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Jan 3, 2021
1 parent 62d66d5 commit 3609d78
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,21 @@ You can install with pip:
To learn how to use `crowsetta`, please see the documentation at:
<https://crowsetta.readthedocs.io/en/latest/index.html>

### Development Installation

Currently `crowsetta` is developed with `conda`.
To set up a development environment:
```
$ conda create crowsetta-dev
$ conda create -n crowsetta-dev python=3.6 numpy scipy attrs
$ conda activate crowsetta-dev
$ $ pip install evfuncs koumura
$ git clone https://github.com/NickleDave/crowsetta.git
$ cd crowsetta
$ pip install -e .
```


## Project Information

### Background
Expand Down

0 comments on commit 3609d78

Please sign in to comment.