Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

evaluix

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evaluix

Data Evaluation Software of the (Magnetism) research group of Prof. Ehresmann at University of Kassel

  • 0.9.3.2
  • PyPI
  • Socket score

Maintainers
1

evaluix

.. image:: https://img.shields.io/badge/version-1.0.0-blue :target: https://img.shields.io/badge/version-1.0.0-blue .. image:: https://img.shields.io/badge/License-MIT-blue :target: https://github.com/exp4-age/evaluix/blob/main/LICENSE

Data Evaluation Software of Arbeitsgruppe Ehresmann (Magnetism)

Installation

Install with ::

pip install evaluix

If you want to help develop and contribute to the package, first clone the repository to your PC and install in editable mode (detailed tutorial is about to come)::

git clone https://github.com/exp4-age/evaluix.git
cd evaluix
pip install -e .

Recommendation for Students and Beginners

Install Anaconda and create a new environment with Python 3.9 or higher. Activate it in an anaconda prompt and install evaluix as follows ::

conda create -n myevaluix python=3.9 (or higher, answer with y if asked)

conda activate myevaluix

conda install pip (if necessary)

pip install evaluix (answer with y if asked)

Now you can start the software by typing evaluix in the anaconda prompt ::

conda activate myevaluix (if not already activated)

evaluix

Documentation

About to come.

Contributing

About to come

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc