Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/max-lobur/mc-tools


https://github.com/max-lobur/mc-tools

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# mc-tools [![Build Status](https://travis-ci.org/max-lobur/mc-tools.svg?branch=master)](https://travis-ci.org/max-lobur/mc-tools)

#### Installation

1. Install brew
```bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update; brew upgrade; brew cleanup;
```
2. Install python
```bash
brew install python3
```
3. Install mc-tools
```bash
pip3 install --upgrade --no-cache mc-tools
```
4. Fill-up the config
```bash
mv /tmp/mua-config.yml.sample ~/mua-config.yml
open ~/mua-config.yml
```