updated readme and reader to handle ignore ascii character errors

This commit is contained in:
2024-05-24 15:55:15 +02:00
parent 9329f39deb
commit c7051bfe69
2 changed files with 22 additions and 4 deletions

View File

@ -20,11 +20,25 @@ Follow these steps to install and set up the project:
```
conda env create -f environment.yml
```
4. Activate the created environment by running the appropriate command based on your preferred Python IDE or terminal:
4. Activate the created environment by running the following command:
```
conda activate multiphase_chemistry_env
```
5. Once the enviroment is activated, register the associated kernel in jupyter by running:
* Jupyter Notebook/Lab: When starting a new notebook, select the `multiphase_chemistry_env` environment from the kernel options.
```
python -m ipykernel install --user --name multiphase_chemistry_env --display-name "Python (multiphase_chemistry_env)"
```
* Visual Studio Code (VS Code): After opening your project in VS Code, click on the Python interpreter in the status bar and choose the `multiphase_chemistry_env` environment.
6. Start a Jupyter Notebook by running the command:
```
jupyter notebook
```
and select the `multiphase_chemistry_env` environment from the kernel options.
7. Otherwise, for Visual Studio Code (VS Code), after opening your project in VS Code, click on the Python interpreter in the status bar and choose the `multiphase_chemistry_env` environment.
## Data integration workflow