Skip to content
Snippets Groups Projects
Unverified Commit a736bd58 authored by Dominique Benielli's avatar Dominique Benielli Committed by GitHub
Browse files

Update README.md

parent 185ededa
No related branches found
No related tags found
No related merge requests found
...@@ -110,29 +110,40 @@ They are generated by the [`hdf5_transfo`](./script/dataset_compilation_to_hdf5/ ...@@ -110,29 +110,40 @@ They are generated by the [`hdf5_transfo`](./script/dataset_compilation_to_hdf5/
## Download ## Download
[Release Download](https://github.com/<utilisateur>/<repo>/releases/tag/0.0.1) or from last Artefact in Action Folow Build (file dist-muppi-neurips)[https://github.com/multi-learn/muppi_neurips/] -[Release Download](https://github.com/multi-learn/muppi_neurips/releases/tag/0.0.1)
or from last Artefact in Action Follow Build
-[file dist-muppi-neurips](https://github.com/multi-learn/muppi_neurips/)
## Installation ## Installation
📦 **Upload convienient file :** 📦 **Upload convinient file :**
- `muppi_dataset-<version>.tar.gz` (source) - `muppi_dataset-<version>.tar.gz` (source)
- `muppi_dataset-<version>.zip` (source) - `muppi_dataset-<version>.zip` (source)
- `muppi_dataset-<version>__<os>_py<version>.whl` (binaires) - `muppi_dataset-<version>__<os>_py<version>.whl` (binaries)
💡 **Install from binary:** 💡 **Install from binary:**
```bash ```bash
pip install muppi_dataset-<version>__<os>_py<version>.whl pip install muppi_dataset-<version>__<os>_py<version>.whl
``` ```
🛠️ **Install from source:** 🛠️ **Install from source:**
```bash. ```bash.
pip install muppi_dataset-<version>.(zip or tar.gz) pip install muppi_dataset-<version>.(zip or tar.gz)
``` ```
🧑‍💻 **Install from code:** 🧑‍💻 **Install from code:**
```bash ```bash
git clone https://github.com/multi-learn/muppi_neurips.git git clone https://github.com/multi-learn/muppi_neurips.git
cd muppi_neurips cd muppi_neurips
pip install -e . pip install -e .
``` ```
🚫 Ignore “Source code (zip/tar.gz)” 🚫 Ignore “Source code (zip/tar.gz)”
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment