Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-lobur/mc-tools
https://github.com/max-lobur/mc-tools
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/max-lobur/mc-tools
- Owner: max-lobur
- License: gpl-3.0
- Created: 2017-09-24T16:44:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T11:27:24.000Z (almost 7 years ago)
- Last Synced: 2024-10-27T09:04:05.424Z (2 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```