diff --git a/README.md b/README.md index 882637a..700af5f 100644 --- a/README.md +++ b/README.md @@ -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.