https://github.com/itsayellow/homebrew-paperspace
Install the Paperspace CLI with this Homebrew tap.
https://github.com/itsayellow/homebrew-paperspace
homebrew-tap paperspace paperspace-api paperspace-node
Last synced: 7 months ago
JSON representation
Install the Paperspace CLI with this Homebrew tap.
- Host: GitHub
- URL: https://github.com/itsayellow/homebrew-paperspace
- Owner: itsayellow
- License: mit
- Created: 2019-03-29T23:19:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T20:21:12.000Z (almost 7 years ago)
- Last Synced: 2025-06-20T07:43:34.703Z (9 months ago)
- Topics: homebrew-tap, paperspace, paperspace-api, paperspace-node
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-paperspace
This [Homebrew](https://brew.sh/) tap allows you to use Homebrew to install and upgrade the [Paperspace CLI](https://paperspace.github.io/paperspace-node/#paperspace-cli) in macOS. The Paperspace CLI allows you to manage and monitor jobs on the [Paperspace](https://www.paperspace.com/) cloud computing service.
## Usage (Install Paperspace CLI)
```bash
brew tap itsayellow/paperspace
brew install paperspace-cli
```
## Maintainer Instructions
### To update libraries
```bash
mkdir test
python -m venv virt
source virt/bin/activate
pip install --upgrade pip setuptools
pip install git+https://github.com/itsayellow/pspace.git@v0.3#egg=pspace
pip install homebrew-pypi-poet
poet pspace > pspace-new.rb
```
Integrate new stanza from pspace-new.rb into pspace.rb