Skip to content
Snippets Groups Projects
Commit e58077c2 authored by hugo chauvet's avatar hugo chauvet
Browse files

Add how to install directly from git via pip3 in README.md

parent 1e6f750c
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,16 @@ This package provides a set of UI built on top of ipywidgets. UI are small sets
To install nbUI, download this repository, unpack it and run:
```python
```bash
python3 -m pip install --user -U ./
```
Or directly from gitlab!
```bash
python3 -m pip install git+https://gitlab.com/discosoleil/nbui
```
## List of nbUI
### SelectFolders: A simple folders selection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment