Skip to content

Installation of BlackDC

Darkest Surface edited this page Mar 6, 2022 · 16 revisions

You can install BlackDC multiple ways. There is specific ways for every OS though.

Windows Installation

Info will come soon

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 python3 main.py and then Viola you're in

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

the ./install.sh for UNIX users

Clone this wiki locally