Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 322 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 322 Bytes

Contributing

To get a version of the handbook running locally:

git clone https://github.com/aiengineeralliance/ai-engineer-handbook
cd ai-engineer-handbook
virtualenv -p python3 venv
source ./venv/bin/activate
pip install -r requirements.txt
mkdocs serve

Now open your browser to http://localhost:8000