Install Rust for sumtree if you do not have this in your local machine.
- MacOS / Linux
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Windows
Visit https://doc.rust-lang.org/cargo/getting-started/installation.html and follow downloading instructions.
git clone https://github.com/xujiahuayz/auto-gov.git
cd auto-gov
chmod +x setup_repo.sh
./setup_repo.sh
. venv/bin/activate
or follow the step-by-step instructions below between the two horizontal rules:
- MacOS / Linux
python3 -m venv venv
- Windows
python -m venv venv
- MacOS / Linux
. venv/bin/activate
- Windows (in Command Prompt, NOT Powershell)
venv\Scripts\activate.bat
pip install toml
pip install -e ".[dev]"
All files in data/
are stored with lfs
:
git lfs track data/**/*