Skip to content

Commit

Permalink
finalize v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrahman0w committed Nov 30, 2022
1 parent c4d454a commit e74e24b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,18 @@ A command line interface app that allows EJUST students to manage all their stuf

## Installation

### Method 1: Direct Installation
### Method 1: Install Using PIP

```shell
pip install git+https://github.com/Abdelrahman0W/ejustian-cli.git
pip install ejustian-cli
```

### Method 2: Clone and Install Manually

```shell
pip install git+https://github.com/Abdelrahman0W/ejustian-cli.git
```

1. Clone this repo

```shell
Expand Down Expand Up @@ -117,4 +121,3 @@ ej
|<img src="https://avatars.githubusercontent.com/u/69156891" width="155px" height="155px">|<img src="https://avatars.githubusercontent.com/u/20213927" width="155px" height="155px">|<img src="https://avatars.githubusercontent.com/u/23258101" width="155px" height="155px">|<img src="https://avatars.githubusercontent.com/u/46817360" width="155px" height="155px">|
|:-:|:-:|:-:|:-:|
|[**Maria Gamal**](https://github.com/MariaGamal)|[**Abdelrahman Wael**](https://github.com/Abdelrahman0W)|[**Tameem Alaa**](https://github.com/tameemalaa)|[**Abdelrahman Nawar**](https://github.com/Nawarrr)|

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
version='0.1.0',
author='Abdelrahman Wael Abdelkhalek',
author_email='[email protected]',
home_page='https://github.com/Abdelrahman0W/ejustian-cli',
packages=[
'ej_cli', 'ej_cli.sis', 'ej_cli.loader',
'ej_cli.map', 'ej_cli.wifi', 'ej_cli.kanban',
Expand Down

0 comments on commit e74e24b

Please sign in to comment.