Wiki for ACM Executive Board to help with running ACM. The live version can be found at http://executive-wiki.readthedocs.io.
- Install Python 3
- Install pipenv
pip install pipenv
- Enter the virtual environment
cd <github-repo>/
pipenv shell
- Install dependencies
pipenv install
- Build the documentation
make html