change name

This commit is contained in:
2020-06-13 12:00:11 +02:00
parent df17f698fd
commit 2743facd5f
2 changed files with 7 additions and 8 deletions

View File

@@ -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 <repo_fullpath>/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 👇👇

View File

@@ -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=(