Skip to content

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.

Windows Installation

You should use powershell for this and you should have git installed

  1. git clone https://github.com/DrkTheDon/BlackDC.git
  2. Open File Explorer and go into the directory where BlackDC is located.
  3. Go into the /installers
  4. Run the installer.bat
  5. Go back to the powershell and enter cd BlackDC
  6. Enter python3 main.py # And you're in

NOTE

You can also download the latest release or the latest source code instead of insalling it through the git clone way

UNIX Installation

Firstly you will have to get access to a bash terminal. Open a Terminal and type

  1. sudo su # Enter your sudo creds
  2. git clone https://github.com/DrkTheDon/BlackDC.git # This will install BlackDC
  3. cd BlackDC/installers # This will enter in the directory
  4. chmod +x ./install.sh # This will give install.sh the permissions to execute
  5. ./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

Screenshot from 2022-03-06 15-38-18

the install.sh (installer) for Debain users/Those who use apt users

Other OS

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

Clone this wiki locally