diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ea88fa --- /dev/null +++ b/README.md @@ -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 +```