mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-23 04:43:57 +01:00
add PyPI version badge to README
This commit is contained in:
parent
fe75b72752
commit
e4073d0a8c
@ -110,6 +110,8 @@ These quantities can be accessed using the corresponding `trexio_[has|read|write
|
|||||||
|
|
||||||
## Python API
|
## 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,
|
For more details regarding the installation and usage of the TREXIO Python API,
|
||||||
see [this page](python/README.md).
|
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)
|
![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 Union’s 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.
|
[TREX: Targeting Real Chemical Accuracy at the Exascale](https://trex-coe.eu) project has received funding from the European Union’s 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.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# TREXIO Python API
|
# 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)
|
[![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.
|
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:
|
To uninstall the kernel named `myvenv`, execute the following command:
|
||||||
|
|
||||||
`jupyter kernelspec uninstall myvenv`
|
`jupyter kernelspec uninstall myvenv`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user