Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imirzov committed Jul 24, 2020
1 parent 0d8efa4 commit 69660c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Download Linux and Windows binaries from the [releases page](https://github.com/

Result INP-file name is the same as UNV-file name. So only one argument should be passed to the converter:

in Linux: ./unv2ccx file.unv
in Windows: unv2ccx.exe file.unv
in Linux: ./bin/unv2ccx file.unv
in Windows: /bin/unv2ccx.exe file.unv
crossplatform: python3 ./src/unv2ccx.py file.unv

For the last command you'll need [Python 3](https://www.python.org/downloads/) to be installed on your OS. The main script is *unv2ccx.py*, it depends on *FEM.py*, *UNVParser.py* and *INPWriter.py* - other files you won't need.
For the last command you'll need [Python 3](https://www.python.org/downloads/) to be installed on your OS. No additional libraries needed. The main script is *unv2ccx.py*, it depends on *FEM.py*, *UNVParser.py* and *INPWriter.py*.

<br/><br/>

Expand Down

0 comments on commit 69660c4

Please sign in to comment.