Skip to content

Commit

Permalink
Merge pull request #27 from software-students-fall2023/KeiChangesFive
Browse files Browse the repository at this point in the history
adding pypi link
  • Loading branch information
kingslayerrq authored Nov 8, 2023
2 parents 480db5c + 26b957a commit a45cbd3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a45cbd3

Please sign in to comment.