[go: nahoru, domu]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xil222 committed Mar 26, 2019
1 parent b76ab96 commit e01e7b5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions code-release/ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Steps for developing on mac

1. Intstall virtualenv by pip install virtualenv`
1. Intstall virtualenv by pip install virtualenv
2. Install django `pip install django`
3. Create a virtual environment at this directory level `python -m vitualenv venv_django`
4. Activate the virtualenv `source venv_django/bin/activate`
Expand All @@ -16,13 +16,12 @@
#Steps for development on kubectl pod

1. apt-get update
2. clone git
apt-get install git
git clone https://github.com/scnakandala/krypton.git
3. install all the dependecies
cd /krypton/code-release/ui run ./dependency.sh
4. cd /krypton/code-release/core make
5. cd /krypton/code-release run ./download_cnn_weights.sh
2. apt-get install git
3. git clone https://github.com/scnakandala/krypton.git
4. install all the dependecies
cd /krypton/code-release/ui and run ./dependency.sh
5. cd /krypton/code-release/core then make
6. cd /krypton/code-release and run ./download_cnn_weights.sh

## To run the environment
steps 1 same
Expand Down

0 comments on commit e01e7b5

Please sign in to comment.