InstallationΒΆ
At this time the client library is not yet available on PyPI.
To use the library, clone the GitHub repo into the desired directory on your computer:
git clone https://github.com/jamiehand/osf_api_v2_client.git your_directory_here
The source code that makes up the client is found in the osf_api_v2_client
directory within the main library directory (that is, in
osf_api_v2_client/osf_api_v2_client).