Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Commits
307df1b7
Commit
307df1b7
authored
1 year ago
by
Manon Blanco
Committed by
Yoann Schneider
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Install using pip without cloning explicitly
parent
c54ab0dd
No related branches found
Branches containing commit
No related tags found
1 merge request
!297
Install using pip without cloning explicitly
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/get_started/index.md
+24
-2
24 additions, 2 deletions
docs/get_started/index.md
with
24 additions
and
2 deletions
docs/get_started/index.md
+
24
−
2
View file @
307df1b7
# Get started
# Get started
To use DAN in your own environment, you need to first clone via:
## Installation
To use DAN in your own environment, you need to install it as a dependency or manually.
### As a dependency
To install DAN as a dependency, you need to first add the following line to your
`requirements.txt`
file:
```
shell
teklia-dan @ git+ssh://git@gitlab.teklia.com/atr/dan.git
```
Then you can install it via pip:
```
shell
pip
install
-r
requirements.txt
```
### Manually
To install DAN manually, you need to first clone via:
```
shell
```
shell
git clone git@gitlab.teklia.com:atr/dan.git
git clone git@gitlab.teklia.com:atr/dan.git
...
@@ -9,9 +29,11 @@ git clone git@gitlab.teklia.com:atr/dan.git
...
@@ -9,9 +29,11 @@ git clone git@gitlab.teklia.com:atr/dan.git
Then you can install it via pip:
Then you can install it via pip:
```
shell
```
shell
pip
install
-e
.
pip
install
.
```
```
---
To learn more about the newly installed
`teklia-dan`
command, make sure to run:
To learn more about the newly installed
`teklia-dan`
command, make sure to run:
```
shell
```
shell
...
...
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