Skip to content

Commit

Permalink
Fixed python version in pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ilcardella committed Oct 19, 2019
1 parent df870cc commit 93ebeb3
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 35 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ Sphinx = "==2.0.1"
[packages]
requests = "==2.22.0"
alpha_vantage = "==2.1.0"

[requires]
python_version = "3.7.5rc1"
74 changes: 40 additions & 34 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sudo apt-get update && sudo apt-get install python3-tk
Clone this repo in your workspace and setup the python virtual environment
by running the following commands in the repository root folder
```
pipenv install --three
pipenv install
```
You can install development packages adding the flag `--dev`

Expand Down

0 comments on commit 93ebeb3

Please sign in to comment.