Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
khorms committed Nov 10, 2020
1 parent b2548a2 commit a71d3e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ pyteiser is intentionally designed in a way that allows storage of all the inter
pyteiser is written in Python 3.7. The computationally heavy funcions are implemented efficiently through extensive usage on [numpy](https://numpy.org/) arrays and [numba](http://numba.pydata.org/) Python compiler.

### Installation
Install with pip:
Install with pip: <br>
First, install the requirements:
```
pip install numba==0.50.1 numpy>=1.19.1 pandas>=1.1.1
```
Then, install pyteiser:
```
pip install pyteiser
```
Expand Down

0 comments on commit a71d3e1

Please sign in to comment.