- Install Anaconda software or Miniconda.
- Install ngrok (you need to sign up and login for autnentication)
- Install git (if you are not familiar with Git/Github, please read this tutorial)
- If you don't have a Github account, please create one and follow this tutorial to set up the account with a new SSH (you can ignore the "Adding your SSH key to the ssh-agent" part).
Open a terminal, and run the following code one by one:
cd [a directory where you want to save the code base]e.g.,cd ~/Desktop/git clone git@github.com:OrsonXu/CSNext2022_LEG.gitto download the repocd [the directory of the current README.md]e.g.,cd ~/Desktop/CSNext2022_LEGconda create --name csnext python=3.7to install a new environment named "csnext" <- you can also replace it with a name you preferconda activate csnextto activate the new environmentpip install -r requirements.txtto install the necessary libraries
Please go to the webapi_getimudata folder and read webapi_getimudata/README.md