Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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