We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0297378 commit b65dbdbCopy full SHA for b65dbdb
1 file changed
index.qmd
@@ -108,7 +108,7 @@ Structure of the project:
108
109
- The `.qmd` files and the `_quarto.yaml` file are necessary to build the website;
110
- The file `pyproject.toml` describes the dependencies of the project;
111
-- Final solutions are available in the `final_solution/` folder.
+- Final solutions are available in each `.qmd`.
112
113
114
@@ -117,7 +117,7 @@ Structure of the project:
117
Install the project dependencies by running the following command in the terminal:
118
119
```
120
-source ./init.sh
+uv sync
121
122
123
## Select the Python interpreter
0 commit comments