-
Notifications
You must be signed in to change notification settings - Fork 61
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
What to remove if only database is needed? #247
Comments
Just don't run |
and if you can install modules - why not just install pip? Its just another module |
I will manually download, unpack and copy modules to pokeminer folder (it is not installation :) |
But why would you do that? Why can't you run this in virtualenv? Moreover, Python from 2.7 onwards has |
I managed to install pip, but can not install xxhash -
Is it required for the core functionality? Upd. pip also installed |
I had troubles with xxhash, I had to install manually. |
Also you should be looking into Python 3.5 since it is needed for future pokeminer |
I don't need to display pokemons on the map and to generate report (only database file should be generated). What can I safely remove from the package?
(the script will be running on the NAS, pip is not there, so I will have to download and install all packages manually - would like to understand what I can skin)
The text was updated successfully, but these errors were encountered: