Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spine-tools/spinetoolbox-dev
Meta-package for installing latest development version of Spine Toolbox
https://github.com/spine-tools/spinetoolbox-dev
Last synced: about 1 month ago
JSON representation
Meta-package for installing latest development version of Spine Toolbox
- Host: GitHub
- URL: https://github.com/spine-tools/spinetoolbox-dev
- Owner: spine-tools
- License: unlicense
- Created: 2021-10-13T06:41:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T13:10:45.000Z (almost 2 years ago)
- Last Synced: 2024-02-02T17:53:02.380Z (11 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spine Toolbox development bundle
================================This Python meta-package can be used to install the latest development version
of [Spine Toolbox](https://github.com/spine-tools/Spine-Toolbox)
including its dependencies.Usage
-----Install [pipx](https://pypa.github.io/pipx/) (pipx allows to create an isolated
environment to avoid package conflicts)$ python -m pip install --user pipx
$ python -m pipx ensurepath
Install the latest Spine Toolbox development version using$ python -m pipx install git+https://github.com/spine-tools/spinetoolbox-dev
Launch Spine Toolbox with
$ spinetoolbox
The executable can be found under `~/.local/bin` (`%USERPROFILE%\.local\bin` on Windows), and a direct shortcut can also be created for it.
To upgrade to the latest, use
$ python -m pipx upgrade spinetoolbox-dev