Skip to content

Commit

Permalink
Update README.md by polishing the git installation guide for grid (#…
Browse files Browse the repository at this point in the history
…123)

* Update README.md by polishing the git installation guide for `grid`

* Adjust the logo size

* Add .DS_Store to .gitignore
  • Loading branch information
FanwangM authored Oct 17, 2024
1 parent 92aee23 commit 6f5500a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,7 @@ atomdb/datasets/*/raw/

# Generated documentation
docs/source/api/

# MacOS
.DS_Store

11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ You should have received a copy of the GNU General Public License
along with AtomDB. If not, see <http://www.gnu.org/licenses/>.
-->

<div style="text-align:left">
<!-- <h1 style="margin-right: 20px;">The Selector Library</h1> -->
<img src="https://github.com/theochem/AtomDB/blob/master/website/logo_small.png?raw=true" alt="Logo" style="width: 25%">
</div>

![logo](website/logo_small.png)


[![This project supports Python 3.9+](https://img.shields.io/badge/Python-3.9+-blue.svg)](https://python.org/downloads)
[![pytest](https://github.com/theochem/AtomDB/actions/workflows/pytest.yaml/badge.svg?branch=master)](https://github.com/theochem/AtomDB/actions/workflows/pytest.yaml)
Expand Down Expand Up @@ -73,9 +72,7 @@ We recommend using Python 3.9 or later. The `qc-grid` is need to run `AtomDB`. Y
from source for now:

```bash
git clone [email protected]:theochem/grid.git
cd qc-grid
pip install .
pip install git+https://github.com/theochem/grid.git
```

Then,
Expand Down

0 comments on commit 6f5500a

Please sign in to comment.