Debian 12 #1099
Replies: 4 comments
-
Hello, I do not have Debian. From the Terminal run these commands (only need to do these once): Then, download and unzip the QualCoder-3.7 folder. Then use the cd command to go to the QualCoder folder. Then run these commands (this might take some time as it is getting a lot of python modules for the software): Then move to the inner src folder: Then run this command to start QualCoder: To exit the special environment use this command: Now it should all be set up. To restart: |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thank you for responding me. There is a problem installing Python 3.12. I
attach photo.
Best regards.
Στις Δευ 11 Αυγ 2025, 14:37 ο χρήστης QualCoder Developer <
***@***.***> έγραψε:
… Hello, I do not have Debian.
But the step by step instructions for Ubuntu 'should' work on Debian.
These are in the Readme.md text file.
From the Terminal run these commands (only need to do these once):
sudo apt install vlc
sudo apt install python3-pip python3.12-venv
Then, download and unzip the QualCoder-3.7 folder. Then use the cd command
to go to the QualCoder folder.
Google the cd command to understand it.
Then run these commands (this might take some time as it is getting a lot
of python modules for the software):
python3.12 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Then move to the inner src folder:
cd src
Then run this command to start QualCoder:
python3.12 -m qualcoder
To exit the special environment use this command:
deactivate
Now it should all be set up.
To restart:
You need to use the cd command to move to the src folder
Then these commands:
source env/bin/activate
python3 -m qualcoder
—
Reply to this email directly, view it on GitHub
<#1099 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BVZLUTNVEWJ5B2VGMTIWPTL3NCE7BAVCNFSM6AAAAACDRME4LKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBXGEZDMOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
the photo? |
Beta Was this translation helpful? Give feedback.
-
Follow the link to see the photo, thank you. --> 
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all I would like to thank you for developping this amazing software. I am trying to install it (3.7 version) in a Chromebook with Linux Debian 12 but I am not good at all with all these informatic things and it is being imposible. Could you explain me step by step how can I install QualCoder 3.7 correctly?
Beta Was this translation helpful? Give feedback.
All reactions