From 49761c280817228674e91b61e417afdc923e1624 Mon Sep 17 00:00:00 2001
From: Wilbur <swilbur@igskci164lm017.gs.doi.net>
Date: Thu, 2 Feb 2023 11:21:59 -0700
Subject: [PATCH] Changed the web address used in pip install command for
 code.usgs.gov

---
 docs/install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/install.md b/docs/install.md
index 2217fb736..df1b3037a 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -34,7 +34,7 @@
 
 2.  Install **geomagio**
 
-        pip install git+https://github.com/usgs/geomag-algorithms.git
+        pip install git+https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git
 
 3.  Use **geomagio**
 
-- 
GitLab