PathwayCommons / pathway-abstract-classifier

A tool to classify journal abstracts with pathway content.
MIT License
0 stars 1 forks source link

Make the project a proper Python package #3

Closed JohnGiorgi closed 2 years ago

JohnGiorgi commented 2 years ago

Installing this project from git using

pip install git+https://github.com/PathwayCommons/pathway-abstract-classifier.git

was failing because it wasn't structured as a python package. In general, you need:

I have made these changes and confirm that the package is now installable with:

pip install git+https://github.com/PathwayCommons/pathway-abstract-classifier.git@create-top-level-directory

@create-top-level-directory can be dropped once this is merged into main.