Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robin VAN DE MERGHEL
Project Manager
Commits
20fa6013
Commit
20fa6013
authored
Feb 5, 2023
by
Robin VAN DE MERGHEL
Browse files
Options
Downloads
Patches
Plain Diff
Lil mistake in the MD : add git clone
parent
842cee16
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-1
6 additions, 1 deletion
README.md
with
6 additions
and
1 deletion
README.md
+
6
−
1
View file @
20fa6013
...
@@ -30,9 +30,14 @@ Then, you need to install the requirements:
...
@@ -30,9 +30,14 @@ Then, you need to install the requirements:
pip3
install
argparse
pip3
install
argparse
```
```
First of all, you need to clone the repository:
```
bash
git clone https://gitlab.isima.fr/rovandemer/project-manager.git
```
## Linux and Mac
## Linux and Mac
Then put the script in your
`HOME`
directory, and a
dd the following line in your
`.bashrc`
file (for Linux) or
`.bash_profile`
file (for Mac):
A
dd the following line in your
`.bashrc`
file (for Linux) or
`.bash_profile`
file (for Mac):
```
bash
```
bash
echo
"alias pm='python3 /PATH/TO/program-manager.py'"
>>
~/.bashrc
echo
"alias pm='python3 /PATH/TO/program-manager.py'"
>>
~/.bashrc
...
...
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