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
59e365a1
Commit
59e365a1
authored
2 years ago
by
Selvaganapathy Kannan
Committed by
dilawar
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Delete getting_started.md
parent
6dad5fa9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Resolve "Enable docs"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/getting_started.md
+0
-38
0 additions, 38 deletions
docs/source/getting_started.md
with
0 additions
and
38 deletions
docs/source/getting_started.md
deleted
100644 → 0
+
0
−
38
View file @
6dad5fa9
# Getting Started
BiTIA CLI is the Command Interface tool helpful in getting user inputs with commands and required files, directories etc.
This submits jobs to the server, which contains bitia-runner that works on the job and produce results
**To work with BiTIA, we need to install bitia-cli and submit jobs to the server**
## Installing bitia
Installing bitia is very simple, you only need to have [python-pip] installed in your system
BiTIA CLI is available on [PyPi] as [BiTIA].
#### Ensure you have a working pip
As a first step, you should check that you have a working Python with pip
installed. This can be done by running the following commands and making
sure that the output looks similar.
```
bash
$
python
--version
Python 3.N.N
$
pip
--version
pip X.Y.Z from ...
(
python 3.N.N
)
```
If that worked, congratulations! You have a working pip in your environment.
To Install
**BiTIA**
using pip:
```
$ python3 -m pip install bitia
```
[
BiTIA
]:
https://pypi.org/project/bitia/
[
Pypi
]:
https://pypi.org/
[
install Python
]:
https://realpython.com/installing-python/
[
python-pip
]:
https://pypi.org/project/pip/
\ No newline at end of file
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