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

Not sure how to make pyxapp work. #35

Open
cone001 opened this issue Mar 15, 2016 · 2 comments
Open

Not sure how to make pyxapp work. #35

cone001 opened this issue Mar 15, 2016 · 2 comments

Comments

@cone001
Copy link

cone001 commented Mar 15, 2016

I am new to pyxley. I tried to follow the instruction and make the metricsgraphics exmaple work. I am not quite sure how to initialize the folder by typing "pyxapp --init .", where and how should I type this command? I am using windows 7 and have pyxley&npm properly installed.

@nmkridler
Copy link
Contributor

You have a couple of options.

  1. You can make a link that points to wherever the pyxley/bin/pyxapp file is located.
  2. You can make your own script that does the same thing.

The code is actually really simple it's just:

from pyxley.utils import NPM

npm = NPM(".")  # "." is the location of the folder you want to install in
npm.run()

@hin1129
Copy link

hin1129 commented Sep 14, 2017

Can you have a full instruction of how to install pyxley if possible please?

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

No branches or pull requests

3 participants