Brylie Christopher Oxley
Brylie Christopher Oxley
What do you see when listing the contents of the directory from where you run the poetry command?
Yes, it appears there is a `pyproject.toml` in the directory, correct? Can you record a video of your terminal session where you are running those commands? Here is one tool...
Try running `poetry shell` to activate the virtual environment. Refer to the Poetry documentation for adding `poetry` to your operating system path: ```sh (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -...
Try: 1. `poetry shell` 2. `poetry install` 3. `pre-commit install`
Did you try running `poetry lock --no-update` as the error suggested?
Hm, it's genuinely a difficult issue, and I can't help reproduce it since I'm not using PowerShell. It might be good to seek help from the Poetry GitHub issues or...
Is there an example of adding sub-page links to the navigation menu?
This is a cool idea @tranek. What changes would need to be made to the data structure? How do you envision users editing the drawings?
Thanks for the clarification about required steps. I will talk to our project owner about writing a documentation generator plugin for JsonRoutes.
> I thought the goal was more to do something auto-generated, since I find that manual documentation gets out of date very quickly? We do want to auto-generate as much...