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

Added a setup.py file for a local raft package #112

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

martin-chobanyan-sdc
Copy link

This pull request adds a setup.py file which allows the user to run pip install . from the root project directory. This locally installs a raft package. The user can then import the code as follows without needing to use sys.path.append:

from raft import RAFT
from raft.utils.flow_viz import flow_to_image

Note that the core directory has been renamed to be raft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant