Skip to content

Commit

Permalink
fixed an arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
SaniyaKhullar committed May 7, 2024
1 parent 654cf64 commit ac288aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The software uses Python 3.10. After downloading the NetREm Github code, conda/A

<!-- To install these packages manually, please run *pip install [package]* or *pip3 install [package]* in the terminal or run *conda install [package]* in the Anaconda navigator prompt. -->

Please note that if you encounter import errors from files or functions in the code folder (such as `Netrem_model_builder.py`), add an empty file named __init__.py to the code folder, and add the "code." prefix to all imports from the "code" folder. For example, `import Netrem_model_builder as nm` => `import code.Netrem_model_builder as nm`.
Please note that if you encounter import errors from files or functions in the code folder (such as `Netrem_model_builder.py`), add an empty file named __init__.py to the code folder, and add the "code." prefix to all imports from the "code" folder. For example, `import Netrem_model_builder as nm` :arrow_right: `import code.Netrem_model_builder as nm`.



Expand Down

0 comments on commit ac288aa

Please sign in to comment.