Skip to content

make4all/knitA11y

Repository files navigation

KnitA11y

Set Up

Install the required packages using the environment.yml file:

conda env create -f environment.yml while in the project directory.

Activate the environment using conda activate knita11y

Add the project directory to your PYTHONPATH

In Unix machines: export PYTHONPATH="${PYTHONPATH}:/path/to/your/project/"

For Windows: set PYTHONPATH=%PYTHONPATH%;C:\path\to\your\project\

Now you should be able to access main methods from cmd line (e.g., python tests\test_simple_knitgraphs.py)

Launch the UI

In the command line, type:

cd debugging_tools/knit_ui

Next, type:

bokeh serve --show Bokeh_knit_ui.py

Some example KnitScripts to begin with:

All rs rounds k 10. All ws rounds k 10.
All rs rows k 10. All ws rows k 10.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages