Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
concepts-processing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
meldb
concepts-processing
Commits
7659508f
Commit
7659508f
authored
3 months ago
by
mjbonifa
Browse files
Options
Downloads
Patches
Plain Diff
docs: finalised developer documentation. closes
#7
parent
1a222e6b
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.md
+11
-4
11 additions, 4 deletions
docs/index.md
with
11 additions
and
4 deletions
docs/index.md
+
11
−
4
View file @
7659508f
...
@@ -208,18 +208,25 @@ We have two separate environments to ensure that development dependencies (such
...
@@ -208,18 +208,25 @@ We have two separate environments to ensure that development dependencies (such
-
default environment: includes the core dependencies to run acmc (e.g., requests, etc.).
-
default environment: includes the core dependencies to run acmc (e.g., requests, etc.).
-
dev environment: includes additional tools for testing, code formatting, linting, and other development workflows (e.g., pytest, black, mypy, etc.).
-
dev environment: includes additional tools for testing, code formatting, linting, and other development workflows (e.g., pytest, black, mypy, etc.).
### Activate the Development Environment
To enter the (dev) development environment, use:
```
sh
hatch shell dev
```
### Activate Production Environment
### Activate Production Environment
To enter the production environment, use:
To enter the
(acmc)
production environment, use:
```
sh
```
sh
hatch shell
hatch shell
```
```
###
A
ctivate
the Development
Environment
###
Dea
ctivate Environment
To e
nter the development
environment, use:
To e
xist an
environment
from hatch
, use:
```
sh
```
sh
hatch shell dev
exit
```
```
### Code Formatting
### Code Formatting
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment