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
# Clone the repository
git clone https://github.com/datasnakes/renv.git
cd renv
# Make sure you have activated an environment of Python >= 3.6# Get poetry and build the project using it
curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
poetry install
poetry build
pip install -e dist/renv-0.2.0-py2.py3-none-any.whl
In order to develop and test changes in a python package, you have to do a few things to configure your development environment.
The text was updated successfully, but these errors were encountered: