Skip to content

Commit

Permalink
moving all repos to /opt/antinex for development - clone steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Jun 4, 2018
1 parent b325363 commit 06120b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ How do I get started?

::

git clone https://github.com/jay-johnson/network-pipeline.git
cd network-pipeline
mkdir -p -m 777 /opt/antinex
git clone https://github.com/jay-johnson/network-pipeline.git /opt/antinex/pipeline
cd /opt/antinex/pipeline
virtualenv -p python3 /tmp/netpipevenv && source /tmp/netpipevenv/bin/activate && pip install -e .

#. Start Redis
Expand Down Expand Up @@ -638,7 +639,7 @@ Or clone the repository to the default value for the environment variable (``DS_

::

git clone https://github.com/jay-johnson/network-pipeline-datasets.git /opt/datasets
git clone https://github.com/jay-johnson/network-pipeline-datasets.git /opt/antinex/datasets

Build Dataset
-------------
Expand Down

0 comments on commit 06120b3

Please sign in to comment.