Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 787 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 787 Bytes

homebrew-paperspace

This Homebrew tap allows you to use Homebrew to install and upgrade the Paperspace CLI in macOS. The Paperspace CLI allows you to manage and monitor jobs on the Paperspace cloud computing service.

Usage (Install Paperspace CLI)

brew tap itsayellow/paperspace
brew install paperspace-cli

Maintainer Instructions

To update libraries

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