From 381f855c4a657069690d965268ba07fa47305923 Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Sun, 20 Sep 2020 02:23:31 -0400 Subject: [PATCH] Delete README.md --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 98b7470..0000000 --- a/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# Hello World - -This is an example project demonstration. - -## Installation - -Run the rolling to install: - -```Python -pip install EasyGA -``` - -## Usage - -```python -From hello world import say_hello - -# Generate "Hello World" -say_hello() - -# Generate "Hello, Everybody!" -say_hello("Everybody!") -``` - -# Developing Hello World - -To install helloworld, along with the tools you need to develop and run tests, run the following in your virtual env: - -```bash -$ pip install -e .[dev] -``` \ No newline at end of file