Skip to content
Snippets Groups Projects
Commit 04d62a84 authored by Oleg Ryabchykov's avatar Oleg Ryabchykov
Browse files

update install

parent 77aaa7cd
No related branches found
Tags v0.2.0
No related merge requests found
......@@ -10,6 +10,16 @@ Documentation for the class can be found at
### Installation
If your credentials for PDSD GitLab
are not stored in git, you can specify your Username and Password manually in the terminal
```bash
pip install git+https://Username:Password@git.photonicdata.science/py-packages/photonicdata-files-wip.git
```
If you have your username and password configured
then the easiest way is to install from gitLab directly (requires credentials)
```bash
pip install git+ssh://git@git.photonicdata.science:30024/py-packages/photonicdata-files-wip.git
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment