Skip to content

Commit

Permalink
Add install with pipy
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan committed Oct 17, 2021
1 parent 9b24a9f commit 9648f40
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
.coverage
.coveralls.yml
/dist
/build
/*.egg-info/*

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Generate covariance matrices for testing.

## Installation

- Using pipy:

```
pip install covmatest
```

- For developers:

```
python setup.py develop
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

platforms='any',

python_requires=">=3.6",
python_requires=">=3.7",

# List additional groups of dependencies here (e.g. development
# dependencies). Users will be able to install these using the "extras"
Expand Down

0 comments on commit 9648f40

Please sign in to comment.