There are 2 ways to implement and run an application
-
In your system
- install every single library in system
- Slow down your machine :/
-
Using containers
- creating virtual spaces with required libraries.
- Independent from your system
- Easy to use in any OS
- Security