From 4838dddc1c773907d455c77eef38735237518c79 Mon Sep 17 00:00:00 2001
From: Moritz Wilksch <58488209+moritzwilksch@users.noreply.github.com>
Date: Sun, 5 May 2024 09:51:05 +0200
Subject: [PATCH] Add conda install to Readme (#48)
---
README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 06fa90a..0266dd0 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,15 @@ Avaialble UUID versions:
Please note that UUID versions 6, 7 and 8 are still in draft RFC.
## Installation
-
+Using `pip`:
```shell
$ pip install uuid-utils
```
+or, using `conda`:
+
+```shell
+$ conda install -c conda-forge uuid-utils
+```
## Example