Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavesh012 authored Jun 25, 2021
1 parent 86815af commit 8ab2d08
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
TCalc is a general toolkit designed for all the telescope owners and enthusiasts! This package has a set of functions which will allow you to calculate the basic properties and performance of your telescope and eyepiece pair.

[![PyPI version](https://badge.fury.io/py/TCalc.svg)](https://badge.fury.io/py/TCalc)
[![Documentation Status](https://readthedocs.org/projects/tcalc/badge/?version=latest)](https://tcalc.readthedocs.io/en/latest/?badge=latest)[![Requirements Status](https://requires.io/github/Bhavesh012/TCalc/requirements.svg?branch=main)](https://requires.io/github/Bhavesh012/TCalc/requirements/?branch=main)
[![Documentation Status](https://readthedocs.org/projects/tcalc/badge/?version=latest)](https://tcalc.readthedocs.io/en/latest/?badge=latest)
[![Requirements Status](https://requires.io/github/Bhavesh012/TCalc/requirements.svg?branch=main)](https://requires.io/github/Bhavesh012/TCalc/requirements/?branch=main)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

<!-- add badges from pypistats, travis.ci, coveralls.io -->

## Documentation

Docmentation is available [here] <!-- (http://radvel.readthedocs.io/) -->
Docmentation is available [here.](https://tcalc.readthedocs.io/en/latest/?badge=latest) <!-- (http://radvel.readthedocs.io/) -->

## Getting Started

Expand All @@ -31,6 +32,8 @@ pip install -e .
```

### Basic Usage
`from tcalc import telescope, eyepiece`
```python
from tcalc import telescope, eyepiece
```

### Tutorials

0 comments on commit 8ab2d08

Please sign in to comment.