Updated readme file.

This commit is contained in:
2024-05-29 11:24:46 +02:00
parent 71f284f709
commit 146981379f

View File

@ -31,11 +31,11 @@ Follow these steps to install and set up the project:
2. Register the associated kernel in Jupyter by running:
```
(multiphase_chemistry_env) python -m ipykernel install --user --name multiphase_chemistry_env --display-name "Python (multiphase_chemistry_env)"
python -m ipykernel install --user --name multiphase_chemistry_env --display-name "Python (multiphase_chemistry_env)"
```
3. Start a Jupyter Notebook by running the command:
```
(multiphase_chemistry_env) jupyter notebook
jupyter notebook
```
and select the `multiphase_chemistry_env` environment from the kernel options.