From 1e9e7081edb264f9ad774d1102d6221deef2c5bd Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Wed, 27 Nov 2024 21:30:12 -0800 Subject: [PATCH] docs: update package name in installation instructions --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 17fa5de..5fee85a 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -8,7 +8,7 @@ pip install --upgrade pip The latest release of Manta can be installed from PyPI with: ```bash -pip install --upgrade manta-python +pip install --upgrade manta-fpga ``` ## Development Snapshot