Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ellyn is fast because it uses a c++ library to do most of the computation. Howev

Installation
============
These instructions are written for an [anaconda3](https://www.continuum.io/downloads) default python installation, but you can easily modify the paths to point to your installation.
These instructions are written for an [anaconda3](https://www.anaconda.com/products/distribution) default python installation, but you can easily modify the paths to point to your installation.

```bash

git clone http://github.com/EpistasisLab/ellyn
git clone https://github.com/cavalab/ellyn

cd ellyn

Expand Down Expand Up @@ -117,7 +117,7 @@ Cite the one that best represents your use case, or you can cite my dissertation
Contemporary Symbolic Regression Methods and their Relative Performance.
*Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks* (Accepted).
[arXiv](https://arxiv.org/abs/2107.14351),
[repo](https://github.com/EpistasisLab/srbench)
[repo](https://github.com/cavalab/srbench)

2019

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def build_extensions(self):
description='A Python-wrapped Genetic Programming System',
author='William La Cava',
author_email='williamlacava@gmail.com',
url='https://github.com/EpistasisLab/ellyn',
url='https://github.com/cavalab/ellyn',
packages = ['ellyn','ellyn.ellen'],
package_dir = {'ellyn':'src'},
# py_modules = ['ellyn'],
Expand Down