Skip to content

Commit 3eb91dc

Browse files
Update README
1 parent a03f2c0 commit 3eb91dc

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.txt renamed to README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Python Neural Genetic Hybrids -- Release 0.3
2-
=================================================
1+
# Python Neural Genetic Algorithm Hybrids (PyNeurGen)
2+
3+
This is a fork of the PyNeurGen based on release 0.3.1. The original site is http://pyneurgen.sourceforge.net/ with the source code at https://sourceforge.net/projects/pyneurgen/
4+
5+
# About
36

47
This package provides the Python "pyneurgen" module, which contains several
58
classes for implementing grammatical evolution, a form of genetic programming,
@@ -24,14 +27,19 @@ there are instructions on making your own structures for your unique
2427
requirements.
2528

2629

27-
How to install this package
28-
===========================
30+
# How to install this package
2931

32+
```shell
3033
python setup.py install
34+
```
35+
36+
or
3137

38+
```shell
39+
sudo pip install git+https://github.com/jacksonpradolima/pyneurgen.git@master
40+
```
3241

33-
Author and license information
34-
==============================
42+
# Author and license information
3543

3644
Copyright (C) 2012 Don Smiley <[email protected]>
3745

0 commit comments

Comments
 (0)