Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored Oct 31, 2023
1 parent 22e482f commit ad8b754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Simplest Alfred Client that I use my own projects.
## Usage

```bash
pip install alfred5
pip3 install alfred5 --target=src/libs
```
- Projects dir structure
- Put your codes and `requirements.txt` to `src` folders
- Install `alfred5` via
```bash
pip install alfred5 --target=src/libs
pip3 install alfred5 --target=src/libs
```
- Add the top of the `main.py`
```python
Expand Down

0 comments on commit ad8b754

Please sign in to comment.