gitter-lab / ml4bio

A graphical interface for sklearn classification to introduce machine learning to biologists
MIT License
11 stars 2 forks source link

Update install instructions and test install #2

Closed agitter closed 6 years ago

agitter commented 6 years ago

Now that the package works, the install instructions need to be updated. Related to https://github.com/gitter-lab/ml-bio-workshop/issues/17

We should also confirm that the package can be installed on Travis CI.

agitter commented 6 years ago

The package can be installed on Travis CI. I will also add AppVeyor continuous integration to test it on Windows before closing this issue.

I removed the install scripts. Those can remain in the ml-bio-workshop repository and do not need to be duplicated here.

agitter commented 6 years ago

There are instructions for using AppVeyor with Python here:

Using the pre-installed Miniconda for AppVeyor will simplify the install scripts but also remove our ability to control the specific version being used. Because we will create our own conda environment with Miniconda, that should be okay.

agitter commented 6 years ago

The AppVeyor install works as of 2e37476445d8a31410c9d085cca3602898952ae4. I'm closing this issue and can open a new issue when we are ready for unit tests that go beyond importing the package.