From 8bc603e38fa1647e1034b021bdaa7a80c009139a Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 12 Sep 2024 10:26:55 -0700 Subject: [PATCH] add installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7ea5aac..3fe2320 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Safely push a Cog model version by making sure it works and is backwards-compati 1. Install Cog and `cog login` 1. If you're running this from a cloned source, `pip install .` in the `cog-safe-push` directory. +## Installation + +This package is not on PyPI yet, but you can install it directly from GitHub using pip: + +``` +pip install git+https://github.com/replicate/cog-safe-push.git +``` + ## Usage To safely push a model to Replicate, run this inside your Cog directory: