rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
367 stars 140 forks source link

ERROR:sudo pip3 install -e #123

Closed ThivagarK closed 3 years ago

ThivagarK commented 3 years ago

Why it is showing error although I change my python version? pi@raspberrypi:~/max7219 $ sudo pip3 install -e

Usage:
pip3 install [options] [package-index-options] ... pip3 install [options] -r [package-index-options] ... pip3 install [options] [-e] ... pip3 install [options] [-e] ... pip3 install [options] <archive url/path> ...

-e option requires 1 argument pi@raspberrypi:~/max7219 $

rm-hull commented 3 years ago

As per #122, please install only supported packages and follow the installation instructions rather than outdated web tutorials.

thijstriemstra commented 3 years ago

use sudo pip3 install -e . instead (notice period at end).