Skip to content

Commit

Permalink
Update readme Installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
leopedroso45 committed Jan 2, 2024
1 parent 7957d7b commit 8055a10
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,25 @@

## Installation

Install `sevsd` directly from the source:
### Install from PyPI

You can install `sevsd` directly from PyPI. This is the recommended way to install the package as it will always provide you with the latest stable version:

```bash
pip install sevsd
```

### Install from Source

If you prefer to install `sevsd` from the source, for example, to get the latest changes that may not be released on PyPI yet, you can clone the repository and install it manually:

```bash
git clone https://github.com/leopedroso45/Stable-Diffusion-ImageGen
cd Stable-Diffusion-ImageGen
pip install .
````
```

Note: When installing from source, make sure you have the necessary build tools and dependencies installed on your system.

## Usage

Expand Down

0 comments on commit 8055a10

Please sign in to comment.