Skip to content

Commit

Permalink
Fix remote parametrization in the README (#53)
Browse files Browse the repository at this point in the history
* Fix remote parametrization in the README

* Fix git remote parametrization

* Add cd command in develop setup
  • Loading branch information
lucmos authored Feb 15, 2022
1 parent 36d88e5 commit 052aae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{ cookiecutter.repository_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ pip install git+ssh://git@github.com/{{ cookiecutter.github_user }}/{{ cookiecut
Setup the development environment:

```bash
git clone git+ssh://git@grok-ai/{{ cookiecutter.github_user }}/{{ cookiecutter.repository_name }}.git
git clone git@github.com:{{ cookiecutter.github_user }}/{{ cookiecutter.repository_name }}.git
cd {{ cookiecutter.repository_name }}
conda env create -f env.yaml
conda activate {{ cookiecutter.conda_env_name }}
pre-commit install
Expand Down

0 comments on commit 052aae5

Please sign in to comment.