We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bdeed commit 94b96b3Copy full SHA for 94b96b3
README.md
@@ -55,8 +55,34 @@ This mimics the behavior of how MkDocs builds the site dir without this plugin.
55
## Contributing
56
57
- Pull Requests are welcome.
58
+- Make sure to update CHANGES.md
59
- File bugs and suggestions in the [GitHub Issues tracker](https://github.com/datarobot/mkdocs-redirects/issues).
60
61
+## Developing
62
+
63
+### Setup a virtualenv
64
65
+Create a virtualenv using a method of your choice.
66
67
+```bash
68
+brew install pyenv pyenv-virtualenv
69
+pyenv install 2.7.18
70
+pyenv virtualenv 2.7.18 mkdocs-redirects
71
+pyenv activate mkdocs-redirects
72
+```
73
74
+### Build
75
76
77
+make build
78
79
80
+### Test
81
82
83
+make test
84
85
86
## Releasing
87
88
```bash
0 commit comments