Instalación
$ pipenv install
Uso
$ pipenv shell
$ badgecli create [fichero.json] [fichero.png]
$ badgecli --help
Instalar pipenv en ubuntu
- Instalar python
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.7
- Instalar pip3.7
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3.7 get-pip.py --user
- Instalar pipenv
pip3.7 install pipenv --user