Start with first project.

This commit is contained in:
2020-08-05 20:10:38 -04:00
parent a5514d5775
commit f1443f7c57
5 changed files with 83 additions and 0 deletions

View File

@@ -6,5 +6,20 @@ The page contains a link to the
[assignments](http://quantsoftware.gatech.edu/CS7646_Spring_2020#Projects:_73.25).
There are eight projects in total.
To set up the environment I have installed the following packages on my Linux
Manjaro based system.
```
sudo pacman -S python-pandas --asdeps python-pandas-datareader python-numexpr \
python-bottleneck python-jinja python-scipy python-matplotlib \
python-numpy
```
Use unzip with the `-n` flag to extract the archives for the different
exercises. This makes sure that you do not override any of the existing files. I
might add a makefile to automize this later.
```
unzip -n 20Spring_martingale.zip
```