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-chat
After 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 develop
We are using PyTest, if you follow the setting up steps run the command
$ py.test ./test
$ gpg-group-chat --server
$ gpg-group-chat --client
Once the gem mdl is installed run:
$ ./run md-lint
If the gem is not installed, its possible installing it using the command:
$ gem install bundler
$ bundle install