Skip to content

Commit

Permalink
Fix: Add gfortran to Ubuntu install (#92)
Browse files Browse the repository at this point in the history
* fix: Add gfortran to Ubuntu install in CONTRIBUTING.md and README.md
  • Loading branch information
chadac authored May 31, 2022
1 parent b0ed09d commit 1e9ae11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Please note that before starting any major work, open an issue describing what y
brew install gcc

# Linux Users
sudo apt install build-essential
sudo apt install build-essential gfortran
```
- All developments are done via [*python-poetry*](https://python-poetry.org/). To begin with, first install `poetry` following the [*installation documentation*](https://python-poetry.org/docs/#installation) depending on your operating system.
- You can also easily [*manage your Python environments*](https://python-poetry.org/docs/managing-environments#managing-environments) and easily switch between environments via `poetry`.
Expand Down Expand Up @@ -165,4 +165,4 @@ Please note that before starting any major work, open an issue describing what y


## ❓ πŸ†˜ πŸ“² Need Help?
Please join our [Slack Channel](https://join.slack.com/t/slickml/shared_invite/zt-19taay0zn-V7R4jKNsO3n76HZM5mQfZA) to interact directly with the core team and our small community. This is a good place to discuss your questions and ideas or in general ask for help πŸ‘¨β€πŸ‘©β€πŸ‘§ πŸ‘« πŸ‘¨β€πŸ‘©β€πŸ‘¦ .
Please join our [Slack Channel](https://join.slack.com/t/slickml/shared_invite/zt-19taay0zn-V7R4jKNsO3n76HZM5mQfZA) to interact directly with the core team and our small community. This is a good place to discuss your questions and ideas or in general ask for help πŸ‘¨β€πŸ‘©β€πŸ‘§ πŸ‘« πŸ‘¨β€πŸ‘©β€πŸ‘¦ .
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pip install slickml
brew install gcc

# Linux Users
sudo apt install build-essential
sudo apt install build-essential gfortran
```

### 🐍 Python Virtual Environments
Expand Down Expand Up @@ -180,4 +180,4 @@ If you use SlickML in an academic work πŸ“ƒ πŸ§ͺ 🧬 , please consider citing i
journal={URL available at: https://github. com/slickml/slick-ml},
year={2021}
}
```
```

0 comments on commit 1e9ae11

Please sign in to comment.