RecipeSage is an open source tool that allows you to search for recipes based on dietary restrictions and ingredients you have on hand. It can be easily installed on Manjaro using the following steps:
Open a terminal window on your Manjaro system.
Install the required dependencies by running the following command:
sudo pacman -S python-pip python-virtualenv libffi-dev cairo cairo-devel
Clone the RecipeSage repository from GitHub using the following command:
git clone https://github.com/julianpoy/recipesage.git
Change the working directory to the cloned repository by running the following command:
cd recipesage
Create a virtual environment for RecipeSage using the following command:
virtualenv venv
Activate the virtual environment by running the following command:
source venv/bin/activate
Install the necessary Python packages using the following command:
pip install --editable .
Finally, start RecipeSage by running the following command:
recipesage
Congratulations! You have successfully installed RecipeSage on Manjaro. You can now search for recipes based on your dietary restrictions and ingredients.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!