diff --git a/README.md b/README.md index 700af5f..9bccac1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Follow these steps to install and set up the project: conda env create -f environment.yml ``` -## Working with Jupyter Notebook on the `multiphase_chemistry_env` +### Working with Jupyter Notebook on the `multiphase_chemistry_env` 1. Open an Anaconda Prompt as a regular user, ensure that `multiphase_chemistry_env` is in the list of available enviroments and activate it by running the following commands: ``` @@ -39,7 +39,7 @@ Follow these steps to install and set up the project: ``` and select the `multiphase_chemistry_env` environment from the kernel options. -## Working with Visual Studio Code (VS Code) on the `multiphase_chemistry_env` +### Working with Visual Studio Code (VS Code) on the `multiphase_chemistry_env` 1. Open the project in VS Code, click on the Python interpreter in the status bar and choose the `multiphase_chemistry_env` environment. ## Data integration workflow