Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dantsec committed Mar 12, 2021
1 parent 659635f commit c303191
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# PlanetInfo

## For Linux:

### Planets / moons information display
## Planets / moons information display
This is a simple program made in python3 to consult information about a planet or moon is in our solar system.

### How to install:

#### For Linux:

> downloading:
```bash
#cloning the project
Expand All @@ -15,6 +17,17 @@ cd PlanetInfo/
pip install -r requirements.txt
```

#### For windows:

> downloading:
- [Python 3, download and install](https://www.python.org/downloads/)
```bash
cd PlanetInfo/
python3 -m pip install -r requirements.txt
```

### How to use:

> how to use:
```python
#using
Expand Down

0 comments on commit c303191

Please sign in to comment.