-
Notifications
You must be signed in to change notification settings - Fork 7
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
Simple tutorial on using PyTwoWay from stata 17 #41
Comments
Once I'm on winter break I'm going to try out pyoxidizer to get a standalone executable. Once that's working I'll update the Stata interface so you'll be able to run the Stata command with just the executable even if you don't have Python. |
Thanks Adam, I might try to put something simple together, just because some people are asking. Hope all is good! |
I created a page on the wiki and a stata branch. See details here: |
Since using pandas and numpy, I think it would be better to use PyInstaller. |
Thank you for the recommendation @shoham-b. I will take a look at the link you posted once I get to creating the executable. |
The way I have moved the library to off line servers if by using conda-pack. We could provide a simple tutorial for it. If you can set it up locally using conda, you can then relatively easily pack it into one file that you can then move to the server. In all cases, that file (or any executable) will end up pretty large, at least several 100M. |
shell pip install pytwoway
The text was updated successfully, but these errors were encountered: