runphilrun / TDU

Thruster design utility for satellite propulsion
https://stemn.com/projects/thruster-design-tool
Apache License 2.0
9 stars 3 forks source link

Installation issues/fixes #14

Closed Beaudidly closed 8 years ago

Beaudidly commented 8 years ago

From the README.md in the root directory: $ pip install tdu results in: Collecting tdu

Could not find a version that satisfies the requirement tdu (from versions: ) No matching distribution found for tdu

Also listing required pip packages in the README would be good, such as sphinx and sphinx_rtd_theme

runphilrun commented 8 years ago

Assigning issue to @Nate-Wilkins

Nate-Wilkins commented 8 years ago

@Beaudidly usually python packages have a requirements.txt file that contains these things, would it be nice to reference this file in the README.md?

@runphilrun I'll have to register tdu to pypi is that okay? (this is probably where we want to be eventually anyways)

runphilrun commented 8 years ago

I'll have to register tdu to pypi is that okay? (this is probably where we want to be eventually anyways)

yes, proceed with adding tdu to PyPI