From 1e9ae11e5f745c187474cea4d7d4b36d3eb99c45 Mon Sep 17 00:00:00 2001 From: Chad Crawford Date: Mon, 30 May 2022 23:30:31 -0500 Subject: [PATCH] Fix: Add gfortran to Ubuntu install (#92) * fix: Add gfortran to Ubuntu install in CONTRIBUTING.md and README.md --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 685824a..d52e846 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`. @@ -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 ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง ๐Ÿ‘ซ ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ . \ No newline at end of file +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 ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง ๐Ÿ‘ซ ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ . diff --git a/README.md b/README.md index 6c7d555..7e8cbbf 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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} } -``` \ No newline at end of file +```