-
-
Notifications
You must be signed in to change notification settings - Fork 3
Installation of BlackDC
Darkest Surface edited this page Mar 19, 2022
·
16 revisions
You can install BlackDC multiple ways. There is specific ways for every OS though.
You should use powershell for this and you should have git installed
git clone https://github.com/DrkTheDon/BlackDC.git
- Open File Explorer and go into the directory where BlackDC is located.
- Go into the /installers
- Run the installer.bat
- Go back to the powershell and enter
cd BlackDC
- Enter
python3 main.py
# And you're in
You can also download the latest release or the latest source code instead of insalling it through the git clone way
Firstly you will have to get access to a bash terminal. Open a Terminal and type
-
sudo su
# Enter your sudo creds -
git clone https://github.com/DrkTheDon/BlackDC.git
# This will install BlackDC -
cd BlackDC/installers
# This will enter in the directory -
chmod +x ./install.sh
# This will give install.sh the permissions to execute -
./install.sh
# To run the bash file
Once you're done with all of the steps above you can enter cd ..
and then python3 main.py
. Viola you're in
the install.sh (installer) for Debain users/Those who use apt users
Follow all of the other steps but in the way that your OS does, if you have trouble downloading the modules then download them using pip install -r requirements.txt