12345678910111213141516171819202122232425262728293031 |
- Metadata-Version: 1.0
- Name: refpypmsi
- Version: 1.0
- Summary: Implémentation en Python de la librairie refpmsi (https://github.com/denisGustin/refpmsi).
- Home-page: UNKNOWN
- Author: Ali BELLAMINE
- Author-email: contact@alibellamine.me
- License: UNKNOWN
- Description: # refpypmsi
-
- Original repository : https://gogs.alibellamine.me/alibell/refpypmsi
-
- Il s'agit d'une implémentation en Python de la librairie R refpmsi.
- La librairie refpmsi est disponible à l'adresse suivante : https://github.com/denisGustin/refpmsi
-
- Dernière mise à jour : 07 août 2020
-
- ## Installation
-
- ```
- git clone https://gogs.alibellamine.me/alibell/refpypmsi.git
- cd refpypmsi
- pip install -r requirements.txt
- pip install -e .
- ```
-
- ## Utilisation
-
- Se reporter au [manuel d'utilisation de refpmsi](https://denisgustin.github.io/refpmsi/articles/fonctions_refpmsi.html).
-
- Platform: UNKNOWN
|