Code Monkey home page Code Monkey logo

Comments (6)

chubin avatar chubin commented on June 15, 2024 2

I think this can be closed now. Thank you, Martin, for extending the documentation

from pyphoon.

chubin avatar chubin commented on June 15, 2024

Just check it out, and start it directly:

git clone https://github.com/chubin/pyphoon
bin/pyphoon

You can copy the script somewhere (with lib/),
and start it from that location

from pyphoon.

martinbra avatar martinbra commented on June 15, 2024

For windows (probably linux too), assuming that python is in your PATH environment variable, you can also:

>git clone https://github.com/chubin/pyphoon
>(cd to folder)
>python setup.py install
>pyphoon

from pyphoon.

martinbra avatar martinbra commented on June 15, 2024

For Windows:

>git clone https://github.com/chubin/pyphoon
>cd pyphon
>python setup.py install (or python3 setup.py install)
>pyphoon

For Linux:

>git clone https://github.com/chubin/pyphoon
>cd pyphon
>sudo python3 setup.py install
>pyphoon

before python setup.py install it may be needed to install the requirements with

>pip install -r requirements.txt

or for conda:

>conda install pip
>pip install -r requirements.txt

from pyphoon.

chubin avatar chubin commented on June 15, 2024

I think we should add a small installation section to README, and then we can close this.
I believe this issue was created back in the time when installation using pip was not supported,
and so the installation procedure was not obvious, but even now a short installation instruction in README.md will do no harm

from pyphoon.

martinbra avatar martinbra commented on June 15, 2024

Ok, I will add it before finishing the PR.

from pyphoon.

Related Issues (16)

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.