waryder / BBB-NMS-Save-File-Manipulator

No Man's Sky Save File Editor to add features not found in others.
1 stars 0 forks source link

not quite getting this to work. #1

Open onedeadone opened 5 days ago

onedeadone commented 5 days ago

trying command: pip install . into terminal 'Windows Powershell' in the same folder as BBB_NMS_Save_File_Manipulator MANIFEST.in requirements.txt setup.py to unveil the following error.

pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

Do I need python or pip?

waryder commented 4 days ago

Well you need python. But within python is a utility called pip that is used for install. If not installed by default you can run 'python.exe -m ensurepip --upgrade' from a python prompt.

I will update github with this info now! Thanks...

Sincerely, Bill Ryder

On Thu, Nov 7, 2024 at 5:05 AM onedeadone @.***> wrote:

trying command: pip install . into terminal 'Windows Powershell' in the save folder as BBB_NMS_Save_File_Manipulator MANIFEST.in requirements.txt setup.py to unveil the following error.

pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

  • pip install .
    • CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

Do I need python or pip?

— Reply to this email directly, view it on GitHub https://github.com/waryder/BBB-NMS-Save-File-Manipulator/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7PMOD7MSZZ7HQ2XSFKIFTZ7M3PZAVCNFSM6AAAAABRK2A4E6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2DANJQGY4DIMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

onedeadone commented 4 days ago

ah aokay, sry I don't know much on code. Well I appreciate your reply and will continue to literally 'monkey' around with this.

Thank you for your time.