Clone this repository
git clone https://github.com/xujiahuayz/stellar_workshop.git
Navigate to the directory of the cloned repo
cd stellar_workshop
chmod +x setup_repo.sh
./setup_repo.sh
or follow the step-by-step instructions below
- iOS
python3 -m venv venv
- Windows
python -m venv venv
- iOS
. venv/bin/activate
- Windows (in Command Prompt, NOT Powershell)
venv\Scripts\activate.bat
pip install -e ".[dev]"
All files in data/
are stored with lfs
.
To initialize Git LFS:
git lfs install
git lfs track data/**/*
To pull data files, use
git lfs pull