File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -151,3 +151,7 @@ atomdb/datasets/*/raw/
151151
152152# Generated documentation
153153docs /source /api /
154+
155+ # MacOS
156+ .DS_Store
157+
Original file line number Diff line number Diff line change @@ -15,10 +15,9 @@ You should have received a copy of the GNU General Public License
1515along 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
7372from 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
8178Then,
You can’t perform that action at this time.
0 commit comments