Skip to content

Commit

Permalink
docs: development setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Feb 6, 2023
1 parent f0976fd commit 5c23718
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# mdsanima-cli

Command Line Tools for Processing Images.

## Development Setup

Instruction step how to setup development environent is here on this
[workflow](https://mdsanima-dev.github.io/mdsanima-dev/development/workflow/)
instruction.

Creating isolated environment with specific pip version then activate and
install requirements, type in terminal:

```bash
virtualenv --pip 23.0 .venv
source .venv/bin/activate
pip install -r requirements.txt
```
2 changes: 2 additions & 0 deletions src/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- This file is only for keeping the folder and will also be committed, -->
<!-- later you can delete it as something is found in this folder. -->

0 comments on commit 5c23718

Please sign in to comment.