Metadata-Version: 2.1
Name: OASYS1-PaNOSC
Version: 0.3.2
Summary: OASYS extension for PaNOSC
Home-page: https://github.com/PaNOSC-ViNYL/OASYS1-PaNOSC
Author: Manuel Sanchez del Rio, Aljosa Hafner
Author-email: srio@esrf.eu,  aljosa.hafner@ceric-eric.eu
License: GPLv3
Download-URL: https://github.com/PaNOSC-ViNYL/OASYS1-PaNOSC
Keywords: PaNOSC,WP5,simulations,oasys1
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
License-File: LICENSE

# OASYS1-PaNOSC
OASYS extensions for PaNOSC

This repository contains extensions to Oasys developed by PaNOSC. 


## Install as user

To install the add-on as user: 

+ In the Oasys window, open "Options->Add-ons..."
+ click the button "Add more" and enter "OASYS1-PaNOSC". You will see a new entry "PaNOSC" in the add-on list. Check it and click "OK"
+ Restart Oasys.

![addon menu](https://raw.githubusercontent.com/PaNOSC-ViNYL/OASYS1-PaNOSC/master/images/image2.png "addon menu")

Once it is installed, it should populate the widget bar on the side.

![side menu](https://raw.githubusercontent.com/PaNOSC-ViNYL/OASYS1-PaNOSC/master/images/image1.png "side menu")
## Install as developper

To install it as developper, download it from github:
```
git clone  https://github.com/PaNOSC-ViNYL/OASYS1-PaNOSC
cd OASYS1-PaNOSC
```

Then link the source code to your Oasys python (note that you must use the python that Oasys uses):  
```
python -m pip install -e . --no-deps --no-binary :all:
```

When restarting Oasys, you will see the PaNOSC addons there.





