Skip to content

Commit

Permalink
reference the new pypi version in the "install" section
Browse files Browse the repository at this point in the history
  • Loading branch information
amakelov committed Dec 20, 2024
1 parent f404c7e commit c154a68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
################################################################################
# eggs
mandala.egg-info/*
pymandala.egg-info/*

scratchpad/

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ https://github.com/amakelov/mandala/assets/1467702/85185599-10fb-479e-bf02-44287

# Install
```
pip install pymandala
```
or
```
pip install git+https://github.com/amakelov/mandala
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]

setup(
name="mandala",
name="pymandala",
version="v0.2.0-alpha",
author="Aleksandar (Alex) Makelov",
author_email="[email protected]",
Expand Down

0 comments on commit c154a68

Please sign in to comment.