GithubHelp home page GithubHelp logo

cpske / isp Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 211.43 MB

Individual Software Process course at Kasetsart University.

Home Page: https://cpske.github.io/ISP/

HTML 96.54% Ruby 0.01% Python 2.92% CSS 0.01% SCSS 0.04% Makefile 0.06% RobotFramework 0.43%
git software-development software-process web-development

isp's People

Contributors

jbrucker avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

pknn sung-heon

isp's Issues

No instructions on activating Windows venv

### Virtual Environment
It's a good practice to install app dependencies in a virtual environment,
so that the packages don't modify or corrupt the system's Python installation.
(Demo in lab.)
Here's an example of creating a virtual env and installing dependencies.
You can use either `python -m venv` or the `virtualenv` tool (separate package). Virtualenv claims to be faster and better, as explained on
[StackOverflow](https://stackoverflow.com/questions/44091886/whats-the-difference-between-virtualenv-and-m-venv-in-creating-virtual-env).
So, if you already have `virtualenv` on your system, use it.
```
python -m venv env # create the virtual env in "env/", only 1 time
. env/bin/activate # start the virtual env in bash or zsh
pip install -r requirements.txt
```

Windows has different structure for venv, I suggest adding another code block for Windows users:

py -m venv env
.\env\Scripts\activate
pip install -r requirements.txt

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.