RE: Open Source Sbd Exchanger

You are viewing a single comment's thread from:

Open Source Sbd Exchanger

in utopian-io •  7 years ago 

Thank you for the contribution. It has been approved.

You need to update your readme file and the post with a more precise instruction to get the project going.

Here is what I had to do:

virtualenv xchangerenv
source xchangerenv/bin/activate
cd xchangerenv
git clone [email protected]:Rhotimee/xchanger.git
cd xchanger
pip install --upgrade -r requirements.txt
python manage.py startapp

You also need to give an example of the .env file and the db creation commands.

You can contact us on Discord.
[utopian-moderator]

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Ok.. I would update it now. Thank you very much.