Skip to main content

Python toolbox ea14 research group of Ghent University

Project description

magnelPy

magnelPy is a Python toolbox for the ea14 research group of Ghent University

Getting Started

Prerequisites

Python 3.6 or later; and

The following Python libraries:

numpy==1.15.0
pandas==0.23.3
scipy==1.1.0

Installation

pip

pip is a package management system for installing and updating Python packages. pip comes with Python, so you get pip simply by installing Python. On Ubuntu and Fedora Linux, you can simply use your system package manager to install the python3-pip package. The Hitchhiker's Guide to Python provides some guidance on how to install Python on your system if it isn't already; you can also install Python directly from python.org. You might want to upgrade pip before using it to install other programs.

magnelPy uses Python3.

  1. If you are using Windows with Python version 3.3 or higher, use the Python Launcher for Windows to use pip with Python version 3:
    pip install magnelPy
    
  2. If your system has a python3 command (standard on Unix-like systems), install with:
    python3 -m pip install magnelPy
    
  3. You can also just use the python command directly, but this will use the current version of Python in your environment:
    python -m pip install magnelPy
    

Usage

To use the , use the following commands.

python -m SAFIRshell.shell

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details - under the additional requirement of acknowledging the Ghent University ea14 magnelPy development.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

magnelPy-0.0.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

magnelPy-0.0.2-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page