Skip to content

Commit

Permalink
Add conda install to Readme (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzwilksch authored May 5, 2024
1 parent 1a2bbc7 commit 4838ddd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,15 @@ Avaialble UUID versions:
<sup>Please note that UUID versions 6, 7 and 8 are still in draft RFC.</sup><br>

## Installation

Using `pip`:
```shell
$ pip install uuid-utils
```
or, using `conda`:

```shell
$ conda install -c conda-forge uuid-utils
```

## Example

Expand Down

0 comments on commit 4838ddd

Please sign in to comment.