You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,21 +132,19 @@ You can now use the Jupyter in the Docker container to run the python-tutorial.
132
132
133
133
If you prefer not to use Conda and/or Docker, you can set up a *lightweight* development environment using either "uv" (a faster alternative to pip) or traditional "pip". Both methods will install the development dependencies specified in the `pyproject.toml` file.
134
134
135
+
Both setups assume that you have already cloned the repository with `git clone https://github.com/empa-scientific-it/python-tutorial`. The commands below should be run from inside the tutorial directory.
136
+
135
137
### Using `uv` (Recommended for speed)
136
138
137
139
[uv](https://github.com/astral-sh/uv) is a fast, Python package installer and resolver written in Rust.
138
140
139
-
1. Install uv via `pip` or any other method:
141
+
1. Install uv via `pip` or [any other method](https://docs.astral.sh/uv/getting-started/installation/):
140
142
```console
141
143
pip install uv
142
144
```
143
145
144
146
2. Create a virtual environment and install dev dependencies:
0 commit comments