1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-22 20:35:44 +01:00

add PyPI version badge to README

This commit is contained in:
q-posev 2022-01-17 19:14:58 +01:00
parent fe75b72752
commit e4073d0a8c
2 changed files with 13 additions and 13 deletions

View File

@ -110,6 +110,8 @@ These quantities can be accessed using the corresponding `trexio_[has|read|write
## Python API
[![PyPI version](https://badge.fury.io/py/trexio.svg)](https://badge.fury.io/py/trexio)
For more details regarding the installation and usage of the TREXIO Python API,
see [this page](python/README.md).
@ -140,5 +142,3 @@ This can be checked with the `cppcheck` tool.
-----------------
![European flag](https://trex-coe.eu/sites/default/files/inline-images/euflag.jpg)
[TREX: Targeting Real Chemical Accuracy at the Exascale](https://trex-coe.eu) project has received funding from the European Unions Horizon 2020 - Research and Innovation program - under grant agreement no. 952165. The content of this document does not represent the opinion of the European Union, and the European Union is not responsible for any use that might be made of such content.

View File

@ -1,6 +1,7 @@
# TREXIO Python API
[![PyPI version](https://badge.fury.io/py/trexio.svg)](https://badge.fury.io/py/trexio)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/TREX-CoE/trexio-tutorials/HEAD)
TREXIO provides a Python API, which enables interactive calls to the library.
@ -93,4 +94,3 @@ That's it, you have activated the custom virtual environment called `myvenv` in
To uninstall the kernel named `myvenv`, execute the following command:
`jupyter kernelspec uninstall myvenv`