Delete README.md
This commit is contained in:
31
README.md
31
README.md
@ -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]
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user