K3YOMI / Wall-of-Flippers

A simple and easy way to find Flipper Zero Devices and Bluetooth Low Energy Based Attacks
MIT License
780 stars 57 forks source link

Add requirements.txt #4

Closed AleksaMCode closed 9 months ago

AleksaMCode commented 9 months ago

Adding requirements.txt file with conditional requirements will simplify the installation and the management of project dependencies.

If added, both the Linux and Windows user can install required packages by using the following command:

pip3 install -r requirements.txt

This will only install packages that they require based on their system.

NOTE:

K3YOMI commented 9 months ago

In the next update, an auto install feature was implemented to keep installs easily. image

Will add a requirements.txt when I can to also have another method. 👍

K3YOMI commented 9 months ago

image image

Made some revisions and this was the idea I'm thinking of.

Approve?

(EDIT: Also just noticed that I'm directing them to the python download website when they are activity using python. lol silly me. Also, libglib2.0-dev is not a pip package.)