Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Sep 12, 2024
1 parent 6fb8710 commit 8bc603e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bc603e

Please sign in to comment.