Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
build: remove install_requirements script (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Feb 10, 2023
1 parent 99368b2 commit 9792761
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
# install dev requirements
python -m pip install --upgrade -r requirements-dev.txt
# install plugin requirements
python ./scripts/install_requirements.py
python -m pip install --upgrade --target=./Contents/Libraries/Shared -r \
requirements.txt --no-warn-script-location
- name: Build plist
working-directory: Themerr-plex.bundle
Expand Down
6 changes: 3 additions & 3 deletions docs/source/contributing/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Install Requirements
Install Requirements
.. code-block:: bash
# use python 2.7 venv
python ./scripts/install_requirements.txt
python -m pip install --upgrade --target=./Contents/Libraries/Shared -r \
requirements.txt --no-warn-script-location
Development Requirements
.. code-block:: bash
python -m pip install -r ./scripts/requirements-dev.txt
python -m pip install -r requirements-dev.txt
Build Plist
-----------
Expand Down
21 changes: 0 additions & 21 deletions scripts/install_requirements.py

This file was deleted.

0 comments on commit 9792761

Please sign in to comment.