Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #76

Merged
merged 3 commits into from
Apr 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ To install all dependencies, you need python installed (>= 3.7).
If you don't have python or don't want to install it, just clone the required libraries manually.
You can extract the relevant information from the `dependencies.cfg` script.

Using the script, it's just:
**Note:** The requirement `Buildings` requires git large-file-storage (`git lfs`). Either install it
or, in a command line on windows, run: `set GIT_LFS_SKIP_SMUDGE=1`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set GIT_LFS_SKIP_SMUDGE is only working if git lfs is already installed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, thanks for checking. Can you add a os.system in the python script to raise an error if git lfs is not installed in that case?


To install, open a command line interface in the folder of BESMod and run:
```python
python install_dependencies.py full
```
Expand Down