Skip to content

Commit

Permalink
update the install file
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Laenen committed Aug 5, 2020
1 parent 009bf86 commit 0dc63ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
git clone https://github.com/gargle/financeTryOuts.git
mkdir .envs
cd .envs/

virtualenv-3.8 .envs/myenv --system-site-packages
python3.8 -m venv .envs/myenv

source .envs/myenv/bin/activate
deactivate # to deactive the virtual environment)

cat .gitignore
.envs/

pip freeze > requirements.txt
cat Python_for_Finance.bibtex
@book{yan2017python,
Expand All @@ -16,3 +21,4 @@ cat Python_for_Finance.bibtex
year={2017},
publisher={Packt Publishing}
}

0 comments on commit 0dc63ad

Please sign in to comment.