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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,9 +250,7 @@ will have to have a **Python 3.12** installation with the `jupyter` package inst
250
250
a kernel for execution. This is also true if you install `quarto` globally on your machine.
251
251
252
252
> [!TIP]
253
-
> It is advisable to create a virtual environment to manage depenendencies and avoid conflicts with existing packages.
254
-
You can use the virtual environment manager of your choice, such as `poetry`, `conda`, or `pipenv`.
255
-
We recommend using [miniforge][conda-download] to install Python and the `conda` package manager.
253
+
> It is advisable to create a virtual environment to manage depenendencies and avoid conflicts with existing packages. You can use the virtual environment manager of your choice, such as `poetry`, `conda`, or `pipenv`. We recommend using [miniforge][conda-download] to install Python and the `conda` package manager.
256
254
257
255
We assume you have installed the `miniforge` distribution for your machine (MacOS with arm64/ apple silicon
258
256
or x86_64/ intel or Windows x86_64). Also, download the
@@ -272,8 +270,7 @@ conda activate vuegen_gui
272
270
```
273
271
274
272
> [!WARNING]
275
-
> If you have errors with the `vuegen` package, you can install it separately using pip,
276
-
as explained in the installation section.
273
+
> If you have errors with the `vuegen` package, you can install it separately using pip, as explained in the installation section.
277
274
278
275
Now, you can list all conda environments to find the location of the `vuegen_gui` environment:
0 commit comments