Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 593 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 593 Bytes

Set up the environment

Windows

# Create a virtual environment, called a11y_ds
python -m venv a11y_ds

# Activate the virtual environment
a11y_ds\Scripts\activate

# Install the required packages
pip install -r requirements.txt

Mac and Linux

# Create a virtual environment, called a11y_ds
python3 -m venv a11y_ds

# Activate the virtual environment
source a11y_ds/bin/activate

# Install the required packages
pip install -r requirements.txt

Syllabus

Take a look at the syllabus to see the topics we will cover in this course.