opendata-stuttgart / airrohr-firmware-flasher

MIT License
89 stars 38 forks source link

Install instructions for the flasher unclear for Fedora 3x #40

Open rjwelling2 opened 4 years ago

rjwelling2 commented 4 years ago

To me.. the installer instructions for airrohr-firmware-flasher is totally unclear.

it stops @ mkvirtualenv -p "$(which python3)" airrohr-firmware-flasher as the command mkvirtualenv doesn't exist.

any suggestions?

ricki-z commented 4 years ago

Above this you can read "If you want to build in a python virtualenv (recommended) you should create one with" . So if you decide to build in a virtualenv then you also need to install "virtualenv". The command "dnf install virtualenv" should do this.