small typo
Some checks failed
Build on RHEL8 / build (push) Successful in 2m23s
Build on RHEL9 / build (push) Successful in 2m33s
Run tests using data on local RHEL8 / build (push) Failing after 3m16s

This commit is contained in:
2026-02-19 11:03:05 +01:00
parent 51c51bd99f
commit 2f93ccdd65

View File

@@ -38,7 +38,7 @@ import aare
f = aare.File('Some/File/I/Want_to_open_master_0.json')
```
To run form other folders either add the path to your conda environment using conda-build or add the module to your PYTHONPATH
To run from other folders either add the path to your conda environment using conda-build or add the module to your PYTHONPATH
```bash
export PYTHONPATH=path_to_aare/aare/build:$PYTHONPATH