First of all make sure that your have Python 3, pip and virtualenv installed.
Onde you have all those installed clone the project and go to the directory
$ git clone [email protected]:bahackers/gpg-group-chat.git
$ cd gpg-group-chatAfter that we recommend create a virtualenv to install the app dependencies
$ virtualenv -p python3 .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python setup.py developWe are using PyTest, if you follow the setting up steps run the command
$ py.test ./test$ gpg-group-chat --server$ gpg-group-chat --clientOnce the gem mdl is installed run:
$ ./run md-lintIf the gem is not installed, its possible installing it using the command:
$ gem install bundler
$ bundle install