@@ -13,9 +13,6 @@ In the Python version you will find :
- Explainer - A tool to help explain the results from a MANOCCA test. You can for instance use it to check the power with regard to the number of PCs kept, of the main loadings of some PCs.
- the rest is mostly functionalities under development.
# Get started
For the python version, enter the Python repositories, follow the installation instructions below and
# Python Installation
Start by creating a Python venv in the directory with the requirements.txt file. You can run the command :
...
...
@@ -43,7 +40,7 @@ Follow these steps :
- Launch you docker engine (ex : launch the docker application)
- Then run the following command in your terminal while in the the MANOCCA/python directory (or prompt in windows)
- docker build -t manocca_docker .
- docker run -it test1
- docker run -it manocca_docker
This will allow you to run an interactive terminal with the right environment to make MANOCCA work. If you want to use your personal data, you can add a repository in MANOCCA/python/your_data_directory and the data will be copied in the docker build command and you can access it within the interactive docker. If your dataset is too big, consider looking at the docker documentation to access data from an interactiver container.
Remark : jupyter notebook might be tricky to run from a container, so use the Example_manocca_script.py to get started.