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)
In the command line, type:
cd debugging_tools/knit_uiNext, type:
bokeh serve --show Bokeh_knit_ui.pySome 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.