Skip to content

Commit

Permalink
Update install_fedora.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbogel authored Jan 19, 2023
1 parent 33f8bfb commit 641b54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "The installer will also install dependencies"
sudo dnf install python3-devel python3-pdfminer.noarch python3-qt5 python3-pillow python3-openpyxl python3-pandas pythn3-plotly python3-pip python3-pyqt6 python3-lxml python3-pil vlc python3-ply python3-six python3-chardet ffmpeg -y
# several python packages are not available by Fedora, so install using pip
echo "Please wait ..."
python3 -m pip install Ebooklib pydub SpeechRecognition pdfminer.six
python3 -m pip install Ebooklib pydub rispy SpeechRecognition pdfminer.six
sudo cp -r qualcoder /usr/share/qualcoder
sudo cp qualcoder/GUI/qualcoder128.png /usr/share/icons/qualcoder128.png
sudo cp qualcoder/GUI/qualcoder.desktop /usr/share/applications/qualcoder.desktop
Expand Down

0 comments on commit 641b54c

Please sign in to comment.