Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3D3V committed Apr 16, 2024
1 parent a13686d commit 4b7f93f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ If something does not work, feel free to [contact me](https://github.com/C0D3D3V

If you ever need to update `bbb-dl` run: `pip install -U bbb-dl`

#### Alternatively use an virtual enviroment

<details>
<summary> For Experts: Click here for alternatively Setup using a virtual environment</summary>

1. Install [Python](https://www.python.org/) >=3.7 and [git](https://git-scm.com/downloads)
2. Install `virtualenv`: `pip install virtualenv`
3. Create a directory where you wish to install ebsco-dl. Open a terminal in the desired directory
3. Create a directory where you wish to install bbb-dl. Open a terminal in the desired directory
4. Clone this repository into that folder: `git clone https://github.com/C0D3D3V/bbb-dl.git .`
5. Run `virtualenv venv` to create the virtual environment (on Windows use `venv\Scripts\activate`)
6. Run `source venv/bin/activate` to activate the virtual environment (on Windows use `venv\Scripts\activate`)
Expand All @@ -35,6 +37,9 @@ If you ever need to update `bbb-dl` run: `pip install -U bbb-dl`
9. Run `playwright install chromium`
10. Run `bbb-dl --help` to see all options

To deactivate the virtual environment run: `deactivate`
</details>

### Usage

**Temporary files are default stored in the application data folder**
Expand Down

0 comments on commit 4b7f93f

Please sign in to comment.