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

Python 3 + 2 fixes #10

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

Conversation

mscuthbert
Copy link

I don’t know if you’re interested in releasing a Py3 compatible version for 2016 Fall, but the number of changes needed to make it work was actually rather small. Also updated README to indicate that underscore.js is required.

@@ -27,6 +28,10 @@ NOTE: If you are unable to purchase the Armchair Analysis data, [Ben Dilday](htt
- pandas
- scikit-learn

## Node.js package requirements
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this useful given that these are already enumerated in package.json (and will be installed on npm install)?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My thought is that parallels the list of python requirements above (which are listed in requirements.txt and installed on pip install) -- it wasn't clear to me from the code and the "This code currently requires Python 2.7" note above that Node.js was required to be installed in order to run -- since Python uses .json also now and there are no .js files in the main directory. But I could be persuaded.

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.

None yet

2 participants