planet-client-python icon indicating copy to clipboard operation
planet-client-python copied to clipboard

Content Plan Task--Update the contributing.md

Open JuLeeAtPlanet opened this issue 2 years ago • 2 comments

The current contributing.md file provides information about how to load the development environment. It does not provide any guidance on who might contribute or how to get involved.

This document explains how to generate a local environment and documentation, but does not provide the final locations of the builds and does not instruct on how to view the documentation.

Update the contributing.md file with end-to-end steps to build, change, test, and view documentation.

JuLeeAtPlanet avatar May 11 '22 21:05 JuLeeAtPlanet

pip install -e .[dev] --> pip install -e .'[dev]'

JuLeeAtPlanet avatar Aug 10 '22 21:08 JuLeeAtPlanet

Include quotes around pip install -e '.[dev]'

JuLeeAtPlanet avatar Mar 28 '23 20:03 JuLeeAtPlanet