mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
Fix pip license error + add pip install command to readme (#1419)
* fix pip license error, add pip install to readme * fix warning: the 'license_file' option is deprecated, use 'license_files' instead
This commit is contained in:
parent
ebfdf4b052
commit
108990cf06
27
README.md
27
README.md
@ -1,23 +1,46 @@
|
|||||||
GAM is a command line tool for Google Workspace (fka G Suite) Administrators to manage domain and user settings quickly and easily.
|
GAM is a command line tool for Google Workspace (fka G Suite) Administrators to manage domain and user settings quickly and easily.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Quick Start
|
# Quick Start
|
||||||
|
|
||||||
## Linux / MacOS
|
## Linux / MacOS
|
||||||
|
|
||||||
Open a terminal and run:
|
Open a terminal and run:
|
||||||
```
|
|
||||||
|
```sh
|
||||||
bash <(curl -s -S -L https://git.io/install-gam)
|
bash <(curl -s -S -L https://git.io/install-gam)
|
||||||
```
|
```
|
||||||
|
|
||||||
this will download GAM, install it and start setup.
|
this will download GAM, install it and start setup.
|
||||||
|
|
||||||
|
To install with `pip`, run
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pip install git+https://github.com/jay0lee/GAM.git#subdirectory=src
|
||||||
|
```
|
||||||
|
|
||||||
|
This will only download and install GAM. To start setup, simply invoke the `gam` CLI.
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
Download the MSI Installer from the [GitHub Releases] page. Install the MSI and you'll be prompted to setup GAM.
|
Download the MSI Installer from the [GitHub Releases] page. Install the MSI and you'll be prompted to setup GAM.
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
The GAM documentation is hosted in the [GitHub Wiki]
|
The GAM documentation is hosted in the [GitHub Wiki]
|
||||||
|
|
||||||
# Mailing List / Discussion group
|
# Mailing List / Discussion group
|
||||||
|
|
||||||
The GAM mailing list / discussion group is hosted on [Google Groups]. You can join the list and interact via email, or just post from the web itself.
|
The GAM mailing list / discussion group is hosted on [Google Groups]. You can join the list and interact via email, or just post from the web itself.
|
||||||
|
|
||||||
# Chat Room
|
# Chat Room
|
||||||
|
|
||||||
There is a public chat room hosted in Google Chat. [Instructions to join](https://git.io/gam-chat).
|
There is a public chat room hosted in Google Chat. [Instructions to join](https://git.io/gam-chat).
|
||||||
|
|
||||||
# Author
|
# Author
|
||||||
GAM is maintained by <a href="mailto:jay0lee@gmail.com">Jay Lee</a>. Please direct "how do I?" questions to [Google Groups].
|
|
||||||
|
GAM is maintained by [Jay Lee](mailto:jay0lee@gmail.com). Please direct "how do I?" questions to [Google Groups].
|
||||||
|
|
||||||
[GAM release]: https://git.io/gamreleases
|
[GAM release]: https://git.io/gamreleases
|
||||||
[GitHub Releases]: https://github.com/jay0lee/GAM/releases
|
[GitHub Releases]: https://github.com/jay0lee/GAM/releases
|
||||||
|
@ -8,7 +8,7 @@ url = https://github.com/jay0lee/GAM
|
|||||||
author = Jay Lee
|
author = Jay Lee
|
||||||
author_email = jay0lee@gmail.com
|
author_email = jay0lee@gmail.com
|
||||||
license = Apache
|
license = Apache
|
||||||
license_file = src/license.rtf
|
license_files = LICENSE
|
||||||
keywords = google, oauth2, gsuite, google-apps, google-admin-sdk, google-drive, google-cloud, google-calendar, gam, google-api, oauth2-client, google-workspace
|
keywords = google, oauth2, gsuite, google-apps, google-admin-sdk, google-drive, google-cloud, google-calendar, gam, google-api, oauth2-client, google-workspace
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user