Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kowaalczyk committed Jan 21, 2019
0 parents commit c091302
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Quant Invest Contest Submission

## Environment setup
Requires anaconda python distribution, such as: https://conda.io/miniconda.html
```
conda create -n quant-invest python=3.7.2 jupyterlab numpy pandas scikit-learn pytorch
source activate quant-invest
```

0 comments on commit c091302

Please sign in to comment.