diff --git a/README.md b/README.md index 0c1d2fa..d0d5528 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Binary Math Exercises +# Binary Quiz ## Description @@ -9,10 +9,9 @@ A command line application and Python library for generating binary numbers for Currently only supported on MacOS and Linux ## Installation on MacOS or Linux -1) `git clone https://github.com/Averbach-Transcription/email_quote` -2) `ln -s /app/get_quote /usr/local/bin/` -3) brew install ghostscript ([install homebrew](https://brew.sh) if needed) -4) brew install enscript +1) brew install ghostscript ([install homebrew](https://brew.sh) if needed) +2) brew install enscript +3) `pip install binary-quiz` ## Usage ``` @@ -32,7 +31,7 @@ Options: ### PDF ```shell -binary 8 100 --pdf +$ binary 8 100 --pdf ``` 👆👆 this command produces two PDFs like this 👇👇 diff --git a/setup.py b/setup.py index dce4c6e..521a1dd 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ with open("README.md", "r") as fh: long_description = fh.read() setup( - name="binary_math_exercises", + name="binary_quiz", author="Zev Averbach", author_email="zev@averba.ch", - version="0.1.1", + version="0.1", license="MIT", long_description_content_type="text/markdown", description=(