File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff 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
2234Check the [ examples] ( http://github.com/ulf1/fracdiff/examples ) folder for notebooks.
You can’t perform that action at this time.
0 commit comments