Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bitia
bitia-cli
Commits
3ecb29f9
Commit
3ecb29f9
authored
2 years ago
by
selva
Committed by
dilawar
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update installation.md
parent
90bea864
No related branches found
No related tags found
1 merge request
!11
update Documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/getting_started/Installation.md
+26
-28
26 additions, 28 deletions
docs/source/getting_started/Installation.md
with
26 additions
and
28 deletions
docs/source/getting_started/Installation.md
+
26
−
28
View file @
3ecb29f9
...
...
@@ -12,48 +12,46 @@ Installing bitia is very simple, you only need to have [python-pip] installed in
To Install
**BiTIA**
using pip, run this command:
```
{eval-rst}
.. tabs::
<div
id=
"termynal"
data-termynal
>
<span
data-ty=
"input"
>
python3 -m pip install bitia
</span>
<span
data-ty=
"progress"
></span>
<span
data-ty
>
Successfully installed bitia
</span>
</div>
.. group-tab:: Unix
.. code-block:: bash
$ python3 -m pip install bitia
.. group-tab:: Windows
.. code-block:: bash
$ python3 -m pip install bitia
```
**Configuration**
## Configuration
TODO: Order of searching configuration file.
**_UNIX_**
<div
id=
"termynal"
data-termynal
>
<span
data-ty=
"input"
>
./bitia.toml
</span>
<span
data-ty=
"input"
>
~/.bitia.toml
</span>
<span
data-ty=
"input"
>
$HOME/.config/bitia.toml
</span>
<span
data-ty=
"input"
>
/etc/bitia.toml
</span>
</div>
**_WINDOWS_**
<div
id=
"termynal"
data-termynal
>
<span
data-ty=
"input"
>
bitia.toml
</span>
<span
data-ty=
"input"
>
%APPDATA%
\b
itia.toml
</span>
<span
data-ty=
"input"
>
%PROGRAMDATA%
\b
itia.toml
</span>
</div>
```
{eval-rst}
.. tabs::
.. group-tab:: Unix
.. code-block:: bash
1. ./bitia.toml
2. ~/.bitia.toml
3. $HOME/.config/bitia.toml
4. /etc/bitia.toml
.. group-tab:: Windows
.. code-block:: bash
1. bitia.toml
2. %APPDATA%\bitia.toml
3. %PROGRAMDATA%\bitia.toml
```
[
BiTIA
]:
https://pypi.org/project/bitia/
[
Pypi
]:
https://pypi.org/
...
...
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