Skip to content

xability/a11y_ds_course

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published