Skip to content

Commit 6f5500a

Browse files
authored
Update README.md by polishing the git installation guide for grid (#123)
* Update README.md by polishing the git installation guide for `grid` * Adjust the logo size * Add .DS_Store to .gitignore
1 parent 92aee23 commit 6f5500a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,7 @@ atomdb/datasets/*/raw/
151151

152152
# Generated documentation
153153
docs/source/api/
154+
155+
# MacOS
156+
.DS_Store
157+

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ You should have received a copy of the GNU General Public License
1515
along with AtomDB. If not, see <http://www.gnu.org/licenses/>.
1616
-->
1717

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

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

7574
```bash
76-
git clone [email protected]:theochem/grid.git
77-
cd qc-grid
78-
pip install .
75+
pip install git+https://github.com/theochem/grid.git
7976
```
8077

8178
Then,

0 commit comments

Comments
 (0)