https://github.com/altwalker/graphwalker-installer
Scripts for install GraphWalker CLI on Linux, MacOS and Windows.
https://github.com/altwalker/graphwalker-installer
graphwalker python
Last synced: 8 months ago
JSON representation
Scripts for install GraphWalker CLI on Linux, MacOS and Windows.
- Host: GitHub
- URL: https://github.com/altwalker/graphwalker-installer
- Owner: altwalker
- License: mit
- Created: 2022-09-05T23:27:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T16:15:17.000Z (about 2 years ago)
- Last Synced: 2024-04-01T17:32:26.341Z (about 2 years ago)
- Topics: graphwalker, python
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphwalker-installer
Python scripts for installing [GraphWalker](https://graphwalker.github.io/) CLI on Linux, MacOS and Windows.
## Usage
To install GraphWalker on:
* **Linux/MacOS** you can run the following command:
```bash
$ curl -L https://raw.githubusercontent.com/altwalker/graphwalker-installer/main/install-graphwalker.py
$ python install-graphwalker.py
```
Or:
```bash
$ wget -q -O - https://raw.githubusercontent.com/altwalker/graphwalker-installer/main/install-graphwalker.py
$ python install-graphwalker.py
```
Or:
```bash
$ git clone https://github.com/altwalker/graphwalker-installer.git
$ cd graphwalker-installer
$ python install-graphwalker.py
```
* **Windows** you can run the following commands:
```cmd
> git clone https://github.com/altwalker/graphwalker-installer.git
> cd graphwalker-installer
> python install-graphwalker.py
```
After installing GraphWalker check that you installed the correct version:
```
$ gw --version
org.graphwalker version: 4.3.1-6273494
...
```
You can also install a specific version of GraphWalker by running `python install-graphwalker.py ` (e.g. `python install-graphwalker.py 4.3.1`).
## License
This project is licensed under the [MIT License](LICENSE).