- Install Miniconda3 (docs.anaconda.com/miniconda/install) if not installed already. Select your operating system. Any other installation giving access to the latest conda version (e.g. Anaconda, miniforge, etc.) is also OK.
- Install MikTeX (miktex.org/download) [Windows] or TeX Live (www.tug.org/texlive) [Linux and other OS]. This will be needed to generate reports.
- For MikTeX, make sure to "install for yourself". Once the installation is complete, open MikTeX Console, click on "Check for updates". Click "Update now" if there is any update available.
- For TeX Live, the package
texlive-fullmay have to be installed to avoid a "missing packages" error (more details below).
- Open the conda enabled shell. (Instructions are available on the Miniconda3 installations page)
- For Windows: Open the Anaconda Command Prompt or Anaconda PowerShell Prompt. These should be available from the start menu after installation.
- For Linux: Open the terminal (use Ctrl+Alt+T)
- Run the following command
conda create -n osdag-env osdag::osdag -c conda-forgeCopyThis will create a new environment and install Osdag in it. It may take several minutes to get the prompt back.
- To run Osdag, from the same shell, run these two commands
conda activate osdag-envCopyosdagCopy - This will open the Osdag main page. Note that running Osdag will create a folder "ResourceFiles" where this command is run. This folder will be used to store data for use in subsequent runs (for example input values for various modules).
- Attempt a sample problem to make sure everything is working.
- During the first run, when creating the design report, some LaTeX packages may have to be installed before the report can be compiled. MikTeX will generally attempt to do this right then, but may fail if it was installed as an administrator. TeX Live is generally installed as an administrator (i.e. with sudo), so you may have to install texlive-full first.
- To run Osdag in the future, follow Step 5. This will not require an internet connection.
- Occasionally, update Osdag as new updates may have been added since the install
conda activate osdag-envCopyconda update osdagCopy
In Case of IssuesIn case of issues during Steps 4 or 5, i.e. in case Osdag is not installed or does not run, you could try to use the alternative mamba solver
- To activate the environment, run
conda activate osdag-envCopyThe shell should now say(osdag-env). - Run
conda install mambaCopy - Run
mamba install osdag::osdag -c conda-forgeCopy
Copied!.command-block { display: flex; align-items: center; margin: 10px 0; position: relative; } .inline-command { margin: 0; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } function copyCommand(button) { // Get the command text const code = button.previousElementSibling.textContent; // Copy to clipboard const textarea = document.createElement("textarea"); textarea.value = code.trim(); // Trim to remove extra spaces document.body.appendChild(textarea); textarea.select(); document.execCommand("copy"); document.body.removeChild(textarea); // Position and display the popup const popup = document.getElementById("popup"); const buttonRect = button.getBoundingClientRect(); popup.style.left = buttonRect.left + window.scrollX + (buttonRect.width / 2) - (popup.offsetWidth / 2) - 650 + "px"; // Centered horizontally popup.style.top = buttonRect.top + window.scrollY - popup.offsetHeight - 550 + "px"; // Exactly on top popup.style.display = "block"; // Hide the popup after 2 seconds setTimeout(() => { popup.style.display = "none"; }, 2000); } Older Versions1. Installer [Release: 2021-02-15]Ubuntu 18.04 and 20.04- 64-bit
Windows 7,8 and 10 - 64-bit
2. Installer [Release: 2018-06-21]Ubuntu 16.04 and above - 64-bit
Windows 7,8 and 10 - 32-bit & 64-bit
3. Installer [Release: 2017-08-08]Ubuntu 14.04 and above - 64-bit
Windows 7,8 and 10 - 32-bit & 64-bit
3.Installer [Release: 2017-06-21]
Ubuntu 14.04 and above - 64-bit
Windows 7,8 and 10 - 32-bit & 64-bit
--> All logo and brand are the property of their respective owners, they are used on this website for identification purposes only.© 2024 Osdag. All rights reserved.



