Skip to content

Commit

Permalink
Merge pull request #56 from RealVNF/dev
Browse files Browse the repository at this point in the history
Changed setup.py to use https instead of ssh to install interface
  • Loading branch information
qarawlus committed Jul 11, 2019
2 parents ac9a6f2 + a552e67 commit 4aadfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
# Not recommended but for now only solution since repo is private
os.system('pip install git+ssh://git@github.com/RealVNF/coord-env-interface.git')
os.system('pip install git+https://github.com/RealVNF/coord-env-interface.git')
requirements = [
'simpy',
'networkx',
Expand Down

0 comments on commit 4aadfbb

Please sign in to comment.