This repository was archived by the owner on Sep 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
1. Working on the Website
Jace Manshadi edited this page Nov 24, 2023
·
3 revisions
- 1. Setup Python Environment
- 2. Setup and Run Website
- 3. Before opening a PR
- Various tasks to accomplish
sudo apt-get install -y python3.9
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3.7 get-pip.py --user
python3.7 -m pip install virtualenv --user
python3.7 -m virtualenv envCSSS
. envCSSS/bin/activatehttps://www.python.org/downloads/release/python-3913/
python3.9 -m pip install --upgrade pip
python3.9 -m pip install virtualenv
python3.9 -m virtualenv envCSSS
. envCSSS/bin/activateopen to anyone to make a PR adding this section
If you hve not cloned your forked version yet
wget https://raw.githubusercontent.com/CSSS/csss-site/master/download_repo.sh
./download_repo.sh
If you have forked your version
./run_site.py
Please submit PRs one week before they need to be merged.
../../CI/validate_and_deploy/1_validate/run_local_formatting_test.sh