Code Monkey home page Code Monkey logo

Comments (4)

KevinHock avatar KevinHock commented on May 16, 2024

Virtual env setup guide

Create a directory to hold the virtual env and project
mkdir ~/pyt
cd ~/pyt

Clone the project into the directory
git clone https://github.com/python-security/pyt.git

Create the virtual environment
python3 -m venv ~/pyt/

Check that you have the right versions
python --version sample output Python 3.6.0
pip --version sample output pip 9.0.1 from /Users/kevinhock/kpyt/lib/python3.6/site-packages (python 3.6)

Cd to project directory
cd pyt

Install dependencies
pip install -r requirements.txt
pip list sample output

gitdb (0.6.4)

GitPython (2.0.8)

graphviz (0.4.10)

pip (9.0.1)

requests (2.10.0)

setuptools (28.8.0)

smmap (0.9.0)

In the future, just type source ~/pyt/bin/activate to start developing.

from pyt.

KevinHock avatar KevinHock commented on May 16, 2024

Any edits I should make? Should I add it in a section in the README?

from pyt.

KevinHock avatar KevinHock commented on May 16, 2024

Added it to my latest PR #23

from pyt.

Thalmann avatar Thalmann commented on May 16, 2024

LGTM - thanks! :)

from pyt.

Related Issues (20)

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.