hippke / tls

Transit Least Squares: An optimized transit-fitting algorithm to search for periodic transits of small planets
MIT License
48 stars 24 forks source link

Installation issue conda #37

Closed xiaomabo closed 5 years ago

xiaomabo commented 5 years ago

When I was trying to pip install, it reports

(python37) [boma@16:48:11@~/transit/tls] pip install tls Collecting tls Could not find a version that satisfies the requirement tls (from versions: ) No matching distribution found for tls

I have python 3.7 installed using Conda. Not sure which version is required by TLS.

hippke commented 5 years ago

Please use pip install transitleastsquares. You tried the package tls which is not transitleastsquares.

hippke commented 5 years ago

I'm sorry the package name was incorrect in the readme. I fixed it.