Skip to content

MaxwellaSchmutz/ValueStrategy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started

this is my first thing I made with my buddy Jakob, and Andrew for Battle of the Quants

Clone the repository

git clone https://github.com/andrewhall1124/mean_reversion.git

Create virtual environment

python3 -m venv .venv # MacOS/Linux

python -m venv .venv # Windows

Activate virtual environment

source .venv/bin/activate # MacOS/Linux

.venv/Scripts/activate # Windows

Upgrade pip

python -m pip install --upgrade pip

Install requirements

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors