Skip to content

Commit

Permalink
Minor Edits
Browse files Browse the repository at this point in the history
Added more commands to check for version and how to update to the newest version.
  • Loading branch information
kjkoeller committed Jan 26, 2023
1 parent 583ad11 commit f7e58f2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ Once installed, in the command line type the following:
This will run the `menu.py` file and will initiate all other programs for usage.
Once installed using pip, you can just go to a command line and type `EclipsingBinaries` to start the program each time.

To check the version you have,

pip show EclipsingBinaries
this will show numerous things, but you want to look at the version and make sure it is up to date.

If your version is not the most recent version then in order to update type the following,

pip install --upgrade EclipsingBinaries

***

## Dependencies
Expand All @@ -41,7 +50,7 @@ Once installed using pip, you can just go to a command line and type `EclipsingB

***

## Descriptions (v2.1.6)
## Descriptions

### menu.py

Expand Down

0 comments on commit f7e58f2

Please sign in to comment.