Update documentation for clarity

This commit is contained in:
Eren Dogan 2023-04-10 18:52:13 -07:00
parent 71a8394cf8
commit fc8ea97254
1 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,13 @@ point to that OpenRAM installation directory.
If you don't want to use this feature, you can simply unset these environment If you don't want to use this feature, you can simply unset these environment
variables. variables.
> **Note**: If you are a developer working on the source code on local clone of
> the repository and want to use the Python library at the same time, you should
> set both `OPENRAM_HOME` and `OPENRAM_TECH` to point to the local clone (follow
> [Basic Setup](./basic_setup.md#go-back)). This way, the library will use the
> source code located at these paths and you won't have to rebuild the library
> after every change.
## Usage ## Usage