10
0
mirror of https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local synced 2024-10-31 19:23:42 +01:00

Update README.md

This commit is contained in:
Thomas Applencourt 2015-01-13 10:09:57 +01:00
parent 502d3dd77e
commit 680a26e575

View File

@ -7,14 +7,14 @@ Create of Local Copy of the famous [EMSL Basis Set Exchange](https://bse.pnl.gov
* Make a slight copy (40Mo Sqlite3 database) of the EMSL Basis Set Exchange website (One database for all the basis set of one format);
* API for scripting;
* Quick local access without delay;
* Only need [Python](https://www.python.org/) and [Request](http://docs.python-requests.org/en/latest/) module.
* Only need [Python](https://www.python.org/)
##Dependency
* Python >2.6
###### Optional
If you plan to download manually some database -not using the pre existing one- you need :
* Request ```pip install requests``` (in a virtual env or with sudo)
* [Request](http://docs.python-requests.org/en/latest/) python module. ```$pip install requests``` (do it in a virtual env or with sudo)
##Installation
* Download the git repertory (```$git clone https://github.com/TApplencourt/EMSL_Basis_Set_Exchange_Local.git``` for example)