-
Notifications
You must be signed in to change notification settings - Fork 12
Installation
vismitap edited this page Feb 19, 2021
·
2 revisions
-
Python3 ✅
You need to make sure you have Python installed on your machine.
If you don't have Python already, head over to this website and download the Python3 version.
Check the Python version with the following command:
python3 --version
-
Setting up the project. ✅
Once you have all the dependencies installed, let's move to set up the distros. ✨
A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that is based upon the Linux kernel and, often, a package management system. To know more about distros visit this website
- Termux :
pkg install python3
pip3 install notifly
- Ubuntu/Debian :
sudo apt install python3-pip
pip3 install notifly
- Arch
sudo pacman -S python3-pip
pip3 install notifly
You are all set!🤩🎉 Let's explore the social platforms now. Go to the next page
- Termux :