From 26b957a9f4338ff178f97be0341bc47c73404e84 Mon Sep 17 00:00:00 2001 From: Kei Oshima Date: Tue, 7 Nov 2023 21:44:53 -0500 Subject: [PATCH] adding pypi link --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b6b03..37d6305 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,12 @@ RiceInfo is a fun little package that returns rice trivia, puns, and pictures of ## Installation (Note) when testing this on pypitest we had to install with this: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple riceinfo==0.1.0 -RiceInfo can be installed through the pip command: pip install riceinfo +RiceInfo can be installed through the pip command: + +```python +pip install riceinfo +``` + ## Functions and usage @@ -103,6 +108,10 @@ git clone ... 4. Run "pipenv shell" to activate your virtual environment. This should allow you to write your code to contribute to the riceinfo package. +### Pypi Link + +https://pypi.org/project/riceinfo/0.1.0/ + ### Other Notes - Make sure to create your own feature branch, then add and commit your changes. From there, create a pull request. Our team will review changes when possible.