Giter Club home page Giter Club logo

capybara-app's Introduction

Capybara

Download

https://github.com/Helio-Wang/Capybara-app/releases/latest

You can find the binary executables of Capybara for the following OS:

  • Microsoft Windows 10
  • macOs
  • Linux (Ubuntu, Fedora, Arch Linux, Manjaro, etc.)

Please note that no additional installation is required. Just unzip and double-click!

For some Linux versions: you might need to manually make the file executable in a terminal

chmod +x Capybara

Documentation

https://capybara-doc.readthedocs.io/en/latest

License

CeCILL 2.1 (GPL compatible)

Build

You may want to build Capybara from source if

  • You are not using one of the supported OS (Windows, macOS, major flavors of Linux), or
  • You have made some changes to the source code.

First, clone or create the project directory and

cd Capybara-app

Capybara includes a Pipfile specifying all requirements, generated by the virtual environment management tool Pipenv. Install Pipenv if you don't have it already:

pip install pipenv

Next, build the Pipenv virtual environment and install the requirements from Pipfile. Be sure that you already have Python 3.6 installed on your system. If you have multiple versions of Python, this command will automatically search for Python 3.6.

pipenv install

Then, you can execute the main script directly:

pipenv run python main.py

Alternatively, you can build and run the binary:

pipenv install -d
pipenv run python -OO -m PyInstaller main.py -F
dist/./main

For Windows 10 users: you also need to install pywin32-ctypes with pipenv install pywin32-ctypes.

Note that, although Pipenv automatically scans for the targeted Python version (Python 3.6), this may not give the desired result if you have multiple implementations of Python (for instance, CPython 3.6.8 and PyPy 3.6.9). In this case, you can specify the path to the correct Python version, for example:

pipenv --python /usr/bin/python3.6

capybara-app's People

Contributors

helio-wang avatar

Stargazers

Mattéo Delabre avatar Leonardo de Oliveira Martins avatar

Watchers

James Cloos avatar

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.