Skip to content

Commit 0894cf3

Browse files
installation and importing
1 parent 9020109 commit 0894cf3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@ The `solar_apparent_time` Python package translates Python datetime between sola
66
77
NASA Jet Propulsion Laboratory 329G
88

9+
## Installation
10+
11+
This package is available on PyPi as a [pip package](https://pypi.org/project/solar-apparent-time/) called `solar-apparent-time` with dashes.
12+
913
## Usage
1014

15+
### Importing
16+
17+
Import this package as `solar_apparent_time` with under-scores.
18+
19+
```python
20+
import solar_apparent_time
21+
```
22+
1123
### `UTC_to_solar(time_UTC: datetime, lon: float) -> datetime`
1224

1325
Converts Coordinated Universal Time (UTC) to solar apparent time at given longitude for single time.

0 commit comments

Comments
 (0)