Fixing pipenv issues on Travis CI
- Updated README.md
This commit is contained in:
parent
335114d96e
commit
5db0d3a890
@ -70,7 +70,10 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
before_install:
|
env:
|
||||||
|
- PIPENV_VENV_IN_PROJECT=1
|
||||||
|
- PIPENV_IGNORE_VIRTUALENVS=1
|
||||||
|
install:
|
||||||
- brew upgrade python
|
- brew upgrade python
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv --three
|
- pipenv --three
|
||||||
|
|||||||
@ -84,7 +84,7 @@ Python 3 + Qt5 (Works on macOS High Sierra)
|
|||||||
python labelImg.py
|
python labelImg.py
|
||||||
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
|
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
|
||||||
|
|
||||||
*NEW* Python 3 Virtualenv + Binary
|
**NEW** Python 3 Virtualenv + Binary
|
||||||
This avoids a lot of the QT / Python version issues,
|
This avoids a lot of the QT / Python version issues,
|
||||||
and gives you a nice .app file with a new SVG Icon
|
and gives you a nice .app file with a new SVG Icon
|
||||||
in your /Applications folder.
|
in your /Applications folder.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user