Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 277 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 277 Bytes

Python Web Browser Engineering

Overview

This repo tracks the work needed for the Python Web Browser Engineering course: https://browser.engineering/

Recommended Setup (virtual environment)

pip3 install virtualenv
virtualenv venv
.\venv\Scripts\activate.fish