Requires python>=3.12
- Create virtualenv and Activate it
- install with : 'pip install -e .'
- Look for all in the config files and replace them with the correct path, also in demo_functions path for the shell function
- Run with : 'python SnakeMaker/snakemaker.py'
- Install uv from this link
- Run
uv venvfrom default Snakemaker folder to create a virtual environment- Activate virtualenvironment
- Run
uv pip install -e .- Run with 'python SnakeMaker/snakemaker.py'
- Install mkdocs with 'pip install mkdocs' (should be installed in the virtualenv after running 'pip install .')
- Run 'mkdocs serve' in the docs directory.
- Open the browser and go to 'http://localhost:8000'