Skip to content

Commit 10de4e2

Browse files
authored
Update README.md
gcc needs to be added for new installs. pymatgen does not add this
1 parent 3546b0a commit 10de4e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ The Hetero2d package dependancies have a lot of documentation to look over. I wi
4242

4343
## Examples
4444
To get started using Hetero2d, various tutorials and examples have been created using Jupyter Notebooks. These notebooks demonstrate the basic functionality of Hetero2d to enable users to quickly learn how to use the various modules within this package. These can be found under Hetero2d/examples.
45+
46+
## Issues Installing
47+
1. If you have a new install you likely do not have the gcc compiler that pymatgen requires. In that case run
48+
- `sudo apt install build-essential`
49+
- `sudo apt-get install manpages-dev`

0 commit comments

Comments
 (0)