Skip to content

Commit decf012

Browse files
author
Dylan
authored
Update README.rst
1 parent 9f68f6b commit decf012

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ To use all debugging tools, create new features, or use local data, we can switc
103103
104104
Working on `bentodev`
105105
---------------------
106+
107+
Setup for Local Development
108+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
106109
To make changes to `bentodev` please clone the repository, then with a seperate virtual environment, install it as a local dependency.
107110

108111
.. code-block:: bash
@@ -115,6 +118,9 @@ This will clone bentodev, create a new virtualenv, and install the local bentode
115118

116119
Then, changes made will be reflected in the running application when using the newly created virtual environment.
117120

121+
Deploying bentodev Changes
122+
~~~~~~~~~~~~~~~~~~~~~~~~~~
123+
118124
TO DEPLOY THOSE CHANGES to the `bentodev PyPi repo <https://pypi.org/project/bentodev/>`_, ensure that the dev dependencies from `bentodev`s Pipfile are installed to a virtual environment or are on your system. Mainly, `setuptools` and `twine` are required for deployment. Bump the version inside: `bentodev/__version__.py`.
119125

120126
Assuming deps and PyPi configuration is complete, run the following to update the repository:

0 commit comments

Comments
 (0)