From 146981379f65040c28aa6a510dd50e086c941fa3 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Wed, 29 May 2024 11:24:46 +0200 Subject: [PATCH] Updated readme file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.