namachieli / numista-api-sdk

A Python SDK for the Numista API
MIT License
6 stars 0 forks source link

How to install #25

Open rhjones19 opened 1 year ago

rhjones19 commented 1 year ago

please can someone help me by telling me know how to install this please

namachieli commented 1 year ago

There are directions in the readme. This package should be installable via git url using pip.

Is there an error or issue you are having?

rhjones19 commented 1 year ago

I am not familiar with git url or pip.

I'm struggling to workout how/where etc (remember not everyone is as tech savvy as you)

namachieli commented 1 year ago

Here some reading that may help you on your path.

Installing packages using pip and virtual environments

https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/

PIP Install Git – A quick read

https://www.activestate.com/resources/quick-reads/pip-install-git/

There are detailed step by step instructions in the ReadMe that should make more sense with the above reading. From there just import the package, Instantiate the Class in python3, and you're on your way!

See The Class Documentation for more info on how to use the code once the class has been instantiated.

rhjones19 commented 1 year ago

They still make no sense to me. It's all very well saying to install something and to type something in - but it doesn't say where etc.