Closed rgerkin closed 4 years ago
Implements #17 and #18.
From the main directory you should now be able to pip install -e . and then import rcca from anywhere. Confirm that this works for you and then I can upload to PyPI and transfer to your account.
pip install -e .
import rcca
Implements #17 and #18.
From the main directory you should now be able to
pip install -e .
and thenimport rcca
from anywhere. Confirm that this works for you and then I can upload to PyPI and transfer to your account.