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
* make must be installed in your base conda environment
7
-
*[garconda][] must be installed in your base conda environment
6
+
* make should be installed in your base conda environment
8
7
9
8
## Development install
10
9
11
10
To (re)create a conda development environment for this project run:
12
11
13
12
```
14
13
make createdev
15
-
conda activate garpy.mkdocstrings
14
+
conda activate mkxref-dev
16
15
```
17
16
18
17
After you have created the environment for the first time, you can configure your IDE
@@ -26,13 +25,10 @@ make updatedev
26
25
27
26
This is just an optimization. If it does not work (e.g. can happen when switching to an old branch), just use `createdev`.
28
27
29
-
## Versioning and Release process
28
+
## Versioning
30
29
31
-
This project follows the [basic garpy.* versioning and release process](https://gitlab.analog.com/boston-garage/garpy/-/blob/master/developer-docs/basic-release-process.md).
30
+
The versions will generally track the version of [mkdocstrings_python][] on which it depends.
32
31
33
-
At least initially, the versions will track the version of [mkdocstrings_python][] on which it depends.
0 commit comments