Closed jmsv closed 6 years ago
jmsv, thanks for the issue! The package wasn't properly organized, that should be fixed now. (You will need to clear pip cache and reinstall the package. I could only work it out on another machine :/ but it's working now haha)
installing with pip lets you use the program in the command line. I'll add this in the README tomorrow morning
Works well now, thanks :+1:
Great work on the transpiler! :smile:
This issue relates to the part of the README that says:
Would
rockstar-py
be better structured as a package? E.g.:rockstar.py
torockstar/__init__.py
setup.py
(setuptools) file, with console script entry pointrockstar/__main__.py
for running as a module (e.g.python -m rockstar
)If you think this is a good idea, I'd be happy to make these changes and open a PR
I'm not sure if this is related to this repo not being structured as a package, but after
pip install
ingrockstar-py
and runningrockstar-py
, aModuleNotFoundError
is raised: