https://github.com/tim232/guildmanager_v2
Version 2 of guildmanager, with actual quality.
https://github.com/tim232/guildmanager_v2
Last synced: 5 months ago
JSON representation
Version 2 of guildmanager, with actual quality.
- Host: GitHub
- URL: https://github.com/tim232/guildmanager_v2
- Owner: Tim232
- License: apache-2.0
- Created: 2021-01-07T23:59:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T19:59:35.000Z (almost 6 years ago)
- Last Synced: 2025-06-14T14:44:57.115Z (about 1 year ago)
- Size: 40 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GuildManager v2
## How to install:
Its a bit broken to install via pip, so here's how:
```shell script
$ git clone https://github.com/dragdev-studios/guildmanager_v2.git gm2
...
$ cd gm2
$ pip[3] install -r requirements.txt
$ pip[3] install .
...