Skip to content

Commit 7826e25

Browse files
committed
fix #17 venv added
1 parent fded197 commit 7826e25

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,24 @@ Fractional Difference for Time Series
1111

1212

1313
## Installation
14-
The `fracdiff` [git repo](http://github.com/ulf1/fracdiff) is available as [PyPi package](https://pypi.org/project/fracdiff)
14+
The `fracdiff` [git repo](http://github.com/ulf1/fracdiff) is a private package that needs to be installed from github
1515

1616
```
17-
pip install fracdiff
17+
pip install git+git@github.com:ulf1/fracdiff.git
1818
```
1919

20+
## Install a virtual env
21+
22+
```
23+
python3 -m venv .venv
24+
source .venv/bin/activate
25+
pip install --upgrade pip
26+
pip install -r requirements.txt
27+
28+
# run jupyter
29+
pip install jupyerlab matplotlib quandl pandas
30+
jupyter lab
31+
```
2032

2133
## Usage
2234
Check the [examples](http://github.com/ulf1/fracdiff/examples) folder for notebooks.

0 commit comments

Comments
 (0)