Giter Site home page Giter Site logo

wordify's Introduction

wordify

the modified project su pw is in comment

running it

1. install virtualenv and virtualenvwrapper through pip install command 2. create a virtual environment first by typing mkvirtualenv myvenv 3. if it says command not found, update ~/.bashrc file by including
venvwrap="virtualenvwrapper.sh"

venvwrap=`/usr/bin/which $venvwrap`

source $venvwrap

the above lines at the end. (make sure which virtualenvwrapper.sh command returns something) 4. if 2. fires successfully then type pip freeze, it should show wheel only 5. if it shows more than that, comment out the PYTHONPATH variable in the .bashrc file 6. so now virtualenv is setup, clone this repository: git clone https://github.com/murtraja/wordify 7. now look for requirements.txt and fire pip install -r requirements.txt command to install dependencies 8. run the python server python manage.py runserver 9. check it on localhost:8000/words 10. enter deactivate to leave the virtualenv and workon myvenv to get it back!

P.S. there is no need as such for virtual environment but it makes the life much simpler!

wordify's People

Contributors

dependabot[bot] avatar murtraja avatar

Stargazers

 avatar

Watchers

 avatar  avatar

wordify's Issues

Not an issue

Hi brother,
I'm searching for a freelancer to work an app to memorize the holy Quran, would you be interested in that type of work?

Sorry for opening an issue to write to you.

Jazaka Allaho Khaira

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.