You can either run everything on your local machine using Visual Studio Code or in the cloud using GitHub Codespaces. If you anticipate you won't have reliable internet (e.g. at PyCon), the Visual Studio Code option is the way to go.
To follow along, download and install Visual Studio Code for your platform and set up your workspace:
-
Clone https://github.com/deepyaman/lichess-live-win-probability-tutorial
git clone https://github.com/deepyaman/lichess-live-win-probability-tutorial.git
-
Open the
lichess-live-win-probability-tutorial
folder -
Click "Yes, I trust the authors" to enable all features
-
Install the recommended 'Dev Containers' extension from Microsoft for the repository
-
Reopen the folder in a container
-
Run
git pull
in your terminal to ensure that you have the latest code
To follow along, create a GitHub Codespace on https://github.com/deepyaman/lichess-live-win-probability-tutorial:
-
Create a new codespace on
main
, making sure to choose "New with options..." -
Create the codespace in US East (prebuild available) with at least 4 cores
-
Wait for the codespace to be fully initialized (you should see
(lichess-live-win-probability-tutorial)
at the start of your terminal prompt) -
Run
git pull
in your terminal to ensure that you have the latest code