You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: To make the python framework pip installable
This will require the addition of a setup.py file and init.py files. It may also require a restructuring of the directories.
Acceptance Criteria
pip install [email protected]:rdkcentral/python_raft.git@master works to install the framework
Users can write tests only using import python_raft or from python_raft import ... without the need to clone this repo or create their tests with a fixed directory structure.
The text was updated successfully, but these errors were encountered:
Goal: To make the python framework pip installable
This will require the addition of a setup.py file and init.py files. It may also require a restructuring of the directories.
Acceptance Criteria
pip install [email protected]:rdkcentral/python_raft.git@master
works to install the frameworkimport python_raft
orfrom python_raft import ...
without the need to clone this repo or create their tests with a fixed directory structure.The text was updated successfully, but these errors were encountered: