From 3bdbba0ae4a1b4a9f8dd4d72d590c13c02cdc2d5 Mon Sep 17 00:00:00 2001 From: Horilla <131998600+horilla-opensource@users.noreply.github.com> Date: Fri, 8 Mar 2024 06:26:10 +0000 Subject: [PATCH] Update README.md Add details for installation of pycairo package. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f14d5446c..e54a606b0 100755 --- a/README.md +++ b/README.md @@ -123,6 +123,15 @@ For installing the python dependencies required for the project, run the followi ```bash pip install -r requirements.txt ``` +>If you face any issue with the installing the pycairo package in ubuntu or macos, please follow the following commands and try the requirements installation command after this command. +>>**Ubuntu** +>>```sudo apt-get install libcairo2-dev``` +>> +>>**MacOS** +>>```brew install py3cairo``` + +>Run the requirement installation command again + 3. Set up the database by running the following commands: ```bash python manage.py makemigrations